Remove unused exp and player
This commit is contained in:
parent
09333ab4dd
commit
c1925499ff
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@ public enum ControlMode {
|
|||
|
||||
public class EntityPlayer : Entity
|
||||
{
|
||||
public int exp;
|
||||
public int level;
|
||||
|
||||
protected ControlMode controlMode;
|
||||
|
||||
protected override void Start() {
|
||||
|
|
Loading…
Reference in a new issue