Commander unit component

This commit is contained in:
Anuken
2020-05-02 21:34:37 -04:00
parent dce8b8faa1
commit cb6920b8be
12 changed files with 207 additions and 59 deletions

View File

@@ -15,7 +15,7 @@ public interface UnitController{
}
default boolean isFollowing(Playerc player){
default boolean isBeingControlled(Unitc player){
return false;
}
}