Esempio n. 1
0
        // there can only be one!!
        private void VerifyHighlander()
        {
            if (JailExitGate.Instance != null)
            {
                m_Inmates = new Hashtable(Instance.m_Inmates);
                Instance.Delete();
            }

            JailExitGate.Instance = this;
        }
Esempio n. 2
0
		// there can only be one!!
		private void VerifyHighlander()
		{
			if (JailExitGate.Instance != null)
			{
				m_Inmates = new Hashtable(Instance.m_Inmates);
				Instance.Delete();
			}

			JailExitGate.Instance = this;
		}