More multiplayer bugfixes

This commit is contained in:
Anuken
2020-06-23 22:46:28 -04:00
parent db2f61ec29
commit 843be42568
14 changed files with 75 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ public interface UnitController{
}
default void update(){
default void updateUnit(){
}