c l e a n u p

This commit is contained in:
Anuken
2020-02-05 18:28:19 -05:00
75 changed files with 2583 additions and 2600 deletions

View File

@@ -6,4 +6,8 @@ import mindustry.gen.*;
public interface UnitController{
void unit(Unitc unit);
Unitc unit();
default void command(UnitCommand command){
}
}