public int GetDayMemoryCost()
 {
     return(DayTime.GetMemoryCost() + NightTime.GetMemoryCost() + 4);
 }