Exemplo n.º 1
0
 public Player()
 {
     Action = PlayerAction.Init;
     Stat   = new PlayerStat();
 }
Exemplo n.º 2
0
 public Player()
 {
     Action = PlayerAction.Init;
     Stat = new PlayerStat();
 }