コード例 #1
0
 public StartLevel(LevelConfigMutable config)
 {
     Config = config;
 }
コード例 #2
0
 internal static LevelConfig FromMutable(LevelConfigMutable mutable) => new LevelConfig(mutable.Name, mutable.Difficulty, mutable.Pipes.Values.ToList());