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