Пример #1
0
 public static bool NightlyBloodMoon()
 {
     return(SkyManager.TimeOfDay() >= 18f || SkyManager.TimeOfDay() <= 6f);
 }