버그 잡기
public int Exp { get { return exp; } set { exp = value; if (exp >= MaxExp) { LevelUp(); MaxExp++; } } }
필요 없는 변수, 메서드, using 삭제