Пример #1
0
 public static void AddLight(Light light)
 {
     lights.Add(light);
     MonsterController.CheckMonstersDestroy();
 }