Exemplo n.º 1
0
 public CCRemoveSelfState(CCRemoveSelf action, CCNode target)
     : base(action, target)
 {
     IsNeedCleanUp = action.IsNeedCleanUp;
 }
Exemplo n.º 2
0
 public CCRemoveSelfState (CCRemoveSelf action, CCNode target)
     : base (action, target)
 {   
     IsNeedCleanUp = action.IsNeedCleanUp;
 }