Example #1
0
 void Awake()
 {
     Instance = this;
 }
Example #2
0
 public void DestroyManager()
 {
     Instance = null;
 }
Example #3
0
 public void Dispose()
 {
     Instance = null;
 }