コード例 #1
0
 protected void LoadMapConfig(Player p, RoundsGameMapConfig cfg)
 {
     cfg.SetDefaults(p.level);
     cfg.Load(p.level.name);
 }