예제 #1
0
 public static void STriggerMonth(int month)
 {
     if (s_instance != null)
     {
         s_instance.TriggerMonth(month);
     }
 }