Fixed #1959 / Indication of selected units

This commit is contained in:
Anuken
2020-05-02 10:53:48 -04:00
parent 5f27261cb1
commit 342523a7de
6 changed files with 39 additions and 2 deletions

View File

@@ -14,4 +14,8 @@ public interface UnitController{
default void update(){
}
default boolean isFollowing(Playerc player){
return false;
}
}