Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2021-02-08 16:44:22 -05:00
4 changed files with 10 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ abstract class PlayerComp implements UnitController, Entityc, Syncc, Timerc, Dra
boolean admin;
@SyncLocal float mouseX, mouseY;
String name = "noname";
String locale = "en";
Color color = new Color();
transient float deathTimer;