Esempio n. 1
0
 public BlinkState(Blink action, Node target)
     : base(action, target)
 {
     Times         = action.Times;
     OriginalState = target.Enabled;
 }
Esempio n. 2
0
File: Blink.cs Progetto: Zamir7/urho
		public BlinkState (Blink action, Node target)
			: base (action, target)
		{ 
			Times = action.Times;
			OriginalState = target.Enabled;
		}