Example #1
0
 public CCReverseTimeState(CCReverseTime action, CCNode target)
     : base(action, target)
 {
     Other      = action.Other;
     OtherState = (CCFiniteTimeActionState)Other.StartAction(target);
 }
Example #2
0
 public CCReverseTimeState (CCReverseTime action, CCNode target)
     : base (action, target)
 {   
     Other = action.Other;
     OtherState = (CCFiniteTimeActionState)Other.StartAction (target);
 }