public void Dispose() { if (executor != null) { executor.Destroy(); } IsActiveMethod = false; Instance = null; }
public void Awake() { Instance = this; IsActiveMethod = false; }