This commit is contained in:
summetdev
2020-10-27 22:08:53 +03:00
parent a3abadd8c2
commit 2918a0ea86
40 changed files with 40 additions and 40 deletions

View File

@@ -94,4 +94,4 @@ public class CommandCenter extends Block{
team.data().command = UnitCommand.all[read.b()];
}
}
}
}

View File

@@ -43,4 +43,4 @@ public class DrawAnimation extends DrawBlock{
public TextureRegion[] icons(Block block){
return new TextureRegion[]{block.region, top};
}
}
}