public StartLevel(LevelConfigMutable config) { Config = config; }
internal static LevelConfig FromMutable(LevelConfigMutable mutable) => new LevelConfig(mutable.Name, mutable.Difficulty, mutable.Pipes.Values.ToList());