Beispiel #1
0
 public bool IsValid()
 {
     return((WorldData.IsValid()) &&
            (BaseData != null) &&
            (PlayerData != null));
 }