Ejemplo n.º 1
0
 public void Dispose()
 {
     if (executor != null)
     {
         executor.Destroy();
     }
     IsActiveMethod = false;
     Instance       = null;
 }
Ejemplo n.º 2
0
 public void Awake()
 {
     Instance       = this;
     IsActiveMethod = false;
 }