public MTDestroyState(MTDestroy action, GameObject target) : base(action, target) { IsNeedCleanUp = action.IsNeedCleanUp; }
public MTDestroyState(MTDestroy action, GameObject target, float delayTime = 0f) : base(action, target) { _delayTime = delayTime; }