Esempio n. 1
0
        public override void Dispose()
        {
            if (this.IsDisposed)
            {
                return;
            }

            base.Dispose();

            this.Session.Dispose();
            this.Session = null;
            Instance     = null;
        }
Esempio n. 2
0
 public void Awake()
 {
     Instance = this;
 }