Пример #1
0
 public static BasicState GetInstance()
 {
     if (Instance == null)
     {
         Instance = new ModifyState();
     }
     return(Instance);
 }
Пример #2
0
 public static BasicState GetInstance()
 {
     if (Instance == null)
     {
         Instance = new NormalState();
     }
     return(Instance);
 }