Upgrade to engine 3.15.0
[troll.git] / src / main / java / com / codingame / game / Player.java
index 2716b17..bf40000 100644 (file)
@@ -6,9 +6,8 @@ import com.codingame.gameengine.module.entities.Text;
 import com.codingame.gameengine.module.entities.Sprite;
 
 public class Player extends AbstractMultiplayerPlayer {
-    Group hud;
+    Group avatar;
     Text stoneCounter;
-
     Sprite castle;
     Text stone;