예제 #1
0
 public void AddPublicEvent(TimeManager.EventType eventType, int year, float month, bool isPublic, GameObject go)
 {
     AddPublicEvent(eventType, new TimeManager.YearMonth(year, month), isPublic, go);
 }
예제 #2
0
 public void AddPublicEvent(TimeManager.EventType eventType, TimeManager.YearMonth yearMonth, bool isPublic, GameObject go)
 {
     AddPublicEvent(new TimeManager.TimeEvent(eventType, yearMonth, isPublic), go);
 }