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