isLogicControllable
This commit is contained in:
@@ -14,6 +14,11 @@ public interface UnitController{
|
||||
return true;
|
||||
}
|
||||
|
||||
/** @return whether logic AI can take over */
|
||||
default boolean isLogicControllable(){
|
||||
return false;
|
||||
}
|
||||
|
||||
default void updateUnit(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user