Example #1
0
 public static void NextState()
 {
     if (instance == null)
     {
         return;
     }
     instance.InnerNextState();
 }