Esempio n. 1
0
 public static void DestroyInstance()
 {
     Instance?.Dispose();
     Instance = null;
 }
Esempio n. 2
0
 public static void Postfix()
 {
     GermySinkManager.DestroyInstance();
 }
Esempio n. 3
0
 public static void CreateInstance()
 {
     DestroyInstance();
     Instance = new GermySinkManager();
 }
Esempio n. 4
0
 public static void Postfix()
 {
     GermySinkManager.CreateInstance();
 }