1
Fork 0

Remove unused exp and player

This commit is contained in:
Steffo 2019-04-28 16:35:37 +02:00
parent 09333ab4dd
commit c1925499ff

View file

@ -9,9 +9,6 @@ public enum ControlMode {
public class EntityPlayer : Entity public class EntityPlayer : Entity
{ {
public int exp;
public int level;
protected ControlMode controlMode; protected ControlMode controlMode;
protected override void Start() { protected override void Start() {