Beispiel #1
0
 public static void DeleteInstance()
 {
     instance = null;
 }
Beispiel #2
0
 public static void DeleteInstance()
 {
     instance = null;
 }
Beispiel #3
0
 public static void CreateInstance()
 {
     instance = new TextureManager();
 }
Beispiel #4
0
 public static void CreateInstance()
 {
     instance = new TextureManager();
 }