add player.locale (#4633)

This commit is contained in:
Fatonndev
2021-02-08 23:26:48 +03:00
committed by GitHub
parent d8177daada
commit 1d3dbddaef
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;