Exemplo n.º 1
0
 public BlinkState(Blink action, Node target)
     : base(action, target)
 {
     Times         = action.Times;
     OriginalState = target.Enabled;
 }
Exemplo n.º 2
0
Arquivo: Blink.cs Projeto: Zamir7/urho
		public BlinkState (Blink action, Node target)
			: base (action, target)
		{ 
			Times = action.Times;
			OriginalState = target.Enabled;
		}