예제 #1
0
 public CCRemoveSelfState(CCRemoveSelf action, CCNode target)
     : base(action, target)
 {
     IsNeedCleanUp = action.IsNeedCleanUp;
 }
예제 #2
0
 public CCRemoveSelfState (CCRemoveSelf action, CCNode target)
     : base (action, target)
 {   
     IsNeedCleanUp = action.IsNeedCleanUp;
 }