コード例 #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)
 {
 }