Ejemplo n.º 1
0
 public int GetDayMemoryCost()
 {
     return(DayTime.GetMemoryCost() + NightTime.GetMemoryCost() + 4);
 }