Ejemplo n.º 1
0
 public DataLoadScreen(Roster PlayerRoster)
 {
     this.PlayerRoster      = PlayerRoster;
     TimeSinceSaveInSeconds = 0;
 }
Ejemplo n.º 2
0
 public DataScreen(Roster PlayerRoster)
 {
     this.PlayerRoster = PlayerRoster;
 }