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