Example #1
0
 public static void CreateInstance()
 {
     if (null == Instance)
     {
         Instance = new GameCache();
     }
 }
Example #2
0
    }//HasInstance

    public void CleanInstance()
    {
        Instance = null;
    }//CleanInstance