This commit is contained in:
Anuken
2020-05-28 12:13:06 -04:00
parent ed795076f0
commit fbc2d13435
7 changed files with 68 additions and 37 deletions

View File

@@ -15,6 +15,10 @@ public interface UnitController{
}
default void removed(Unitc unit){
}
default boolean isBeingControlled(Unitc player){
return false;
}