Ejemplo n.º 1
0
 public static void STriggerDay(int day)
 {
     if (s_instance != null)
     {
         s_instance.TriggerDay(day);
     }
 }