예제 #1
0
파일: Show.cs 프로젝트: Zamir7/urho
		public ShowState (Show action, Node target)
			: base (action, target)
		{
			target.Enabled = true;
		}