add player.locale (#4633)

This commit is contained in:
Fatonndev
2021-02-08 15:26:48 -05:00
committed by GitHub
parent d8177daada
commit 1d3dbddaef
4 changed files with 10 additions and 1 deletions
@@ -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;