private void OnDestroy()
 {
     mButtonManager            = null;
     mLabel_RequireDay         = null;
     mLabel_RequireTanker      = null;
     mLabel_SettingTankerValue = null;
     mLabel_HasTankerCount     = null;
     mButton_Positive          = null;
     mButton_Negative          = null;
     mButton_Description       = null;
     mButton_CountUp           = null;
     mButton_CountDown         = null;
     mLabel_Message            = null;
     mFocusButton = null;
     mUIMissionWithTankerConfirmPopUpAction = null;
     mInitializeCoroutine  = null;
     mSelectableButtons    = null;
     mUIMissionShipBanners = null;
 }
Пример #2
0
 public void SetOnUIMissionWithTankerConfirmPopUpAction(UIMissionWithTankerConfirmPopUpAction action)
 {
 }