Exemplo n.º 1
0
 public CCTwirlState (CCTwirl action, CCNodeGrid target) : base (action, target)
 {
     Twirls = action.Twirls;
     PositionInPixels = action.Position;
 }
Exemplo n.º 2
0
 public CCTwirlState(CCTwirl action, CCNode target) : base(action, target)
 {
     Twirls           = action.Twirls;
     PositionInPixels = action.Position;
 }