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

			base.Dispose();

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