Commander unit component
This commit is contained in:
@@ -15,7 +15,7 @@ public interface UnitController{
|
||||
|
||||
}
|
||||
|
||||
default boolean isFollowing(Playerc player){
|
||||
default boolean isBeingControlled(Unitc player){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user