public override void Dispose() { if (this.IsDisposed) { return; } base.Dispose(); this.Session.Dispose(); this.Session = null; Instance = null; }
public void Awake() { Instance = this; }