public override object Clone() { //Shallow Clone return(new MurderLevelInfo(LevelName, WorldTime, (PlayerLocation)LobbyLocation.Clone(), PlayerSpawnLocations.ToList(), GunPartLocations.ToList())); }
public virtual object Clone() { return(new GameLevelInfo(GameType, LevelName, WorldTime, (PlayerLocation)LobbyLocation.Clone())); }