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