public static void AddLight(Light light) { lights.Add(light); MonsterController.CheckMonstersDestroy(); }