Beispiel #1
0
 public static MasterEntity Create()
 {
     if (Instance == null)
     {
         Instance = new MasterEntity();
     }
     return(Instance);
 }
Beispiel #2
0
 public static void Destroy()
 {
     Instance = null;
 }