示例#1
0
文件: RemoveSelf.cs 项目: Zamir7/urho
		public RemoveSelfState (RemoveSelf action, Node target)
			: base (action, target)
		{   
		}
示例#2
0
 public RemoveSelfState(RemoveSelf action, Node target)
     : base(action, target)
 {
 }