Exemplo n.º 1
0
 public static void ResetThumbnails()
 {
     if (sThumbnails != null)
     {
         sThumbnails = null;
     }
 }
Exemplo n.º 2
0
 public static void ResetGameContent()
 {
     if (sGameContent != null)
     {
         sGameContent = null;
     }
 }
Exemplo n.º 3
0
 public static void ResetDDSImages()
 {
     if (sDDSImages != null)
     {
         sDDSImages = null;
     }
 }
Exemplo n.º 4
0
 public static void ResetCustomContent()
 {
     if (sCustomContent != null)
     {
         sCustomContent = null;
     }
 }
Exemplo n.º 5
0
 public static void ResetGameCore()
 {
     if (sGameCore != null)
     {
         sGameCore = null;
     }
 }
Exemplo n.º 6
0
 public static void ResetCurrent()
 {
     if (sCurrent != null)
     {
         sCurrent = null;
     }
 }
Exemplo n.º 7
0
 public static void ResetThumbnails()
 {
     if (sThumbnails != null)
     {
         sThumbnails = null;
     }
 }
Exemplo n.º 8
0
 public static void ResetGameCore()
 {
     if (sGameCore != null)
     {
         sGameCore = null;
     }
 }
Exemplo n.º 9
0
 public static void ResetGameContent()
 {
     if (sGameContent != null)
     {
         sGameContent = null;
     }
 }
Exemplo n.º 10
0
 public static void ResetDDSImages()
 {
     if (sDDSImages != null)
     {
         sDDSImages = null;
     }
 }
Exemplo n.º 11
0
 public static void ResetCustomContent()
 {
     if (sCustomContent != null)
     {
         sCustomContent = null;
     }
 }
Exemplo n.º 12
0
 public static void ResetCurrent()
 {
     if (sCurrent != null)
     {
         sCurrent = null;
     }
 }