diff --git a/Assets/Scripts/EntityPlayer.cs b/Assets/Scripts/EntityPlayer.cs index f30698d..2b04105 100644 --- a/Assets/Scripts/EntityPlayer.cs +++ b/Assets/Scripts/EntityPlayer.cs @@ -9,9 +9,6 @@ public enum ControlMode { public class EntityPlayer : Entity { - public int exp; - public int level; - protected ControlMode controlMode; protected override void Start() {