Esempio n. 1
0
 public static void STriggerYear(int year)
 {
     if (s_instance != null)
     {
         s_instance.TriggerYear(year);
     }
 }