示例#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;
 }