Multiplayer bugfixes
This commit is contained in:
@@ -6,6 +6,10 @@ public interface UnitController{
|
||||
void unit(Unit unit);
|
||||
Unit unit();
|
||||
|
||||
default boolean isValidController(){
|
||||
return true;
|
||||
}
|
||||
|
||||
default void command(UnitCommand command){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user