示例#1
0
 public Player()
 {
     Race                = Race.None;
     Password            = "";
     DiplomaticRelations = new PlayerDiplomaticRelations();
     Statistics          = new PlayerStatistics();
 }
示例#2
0
 public Player()
 {
     Password            = "";
     DiplomaticRelations = new PlayerDiplomaticRelations();
     Statistics          = new PlayerStatistics();
 }