示例#1
0
 public GameStateInfo(GameConstants.GameStateInfoType infoType, string id, string secondId)
     : this()
 {
     InfoType    = infoType;
     Id          = id;
     SecondaryId = secondId;
 }
示例#2
0
 public GameStateInfo(GameConstants.GameStateInfoType infoType, string id) : this()
 {
     InfoType = infoType;
     Id       = id;
 }