Esempio n. 1
0
		public void SetState(State theState )
		{
			Debug.Log ("Context.SetState:" + theState);
			m_State = theState;
		}