예제 #1
0
 public Player()
 {
     Action = PlayerAction.Init;
     Stat   = new PlayerStat();
 }
예제 #2
0
 public Player()
 {
     Action = PlayerAction.Init;
     Stat = new PlayerStat();
 }