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