示例#1
0
文件: Show.cs 项目: Zamir7/urho
		public ShowState (Show action, Node target)
			: base (action, target)
		{
			target.Enabled = true;
		}