Esempio n. 1
0
 private void OnDestroy()
 {
     this.mUIRevampSettingActionCallBack   = null;
     this.mRevampSettingStateCheckDelegate = null;
     this.mSprite_RequireSlotItemState     = null;
     this.mLabel_Name              = null;
     this.mLabel_Fuel              = null;
     this.mLabel_Steel             = null;
     this.mLabel_Devkit            = null;
     this.mLabel_Ammo              = null;
     this.mLabel_Bauxite           = null;
     this.mLabel_RevampKit         = null;
     this.mButton_Start            = null;
     this.mButton_Cancel           = null;
     this.mButton_Switch           = null;
     this.mRevampIcon              = null;
     this.mYousei_Switch           = null;
     this.mSprites_Star            = null;
     this.mPanelThis               = null;
     this.mButtonsFocusable        = null;
     this.mRevampRecipeDetailModel = null;
     this.mButtonFocus             = null;
     this.mKeyController           = null;
     this._uiOverlayButton         = null;
 }
Esempio n. 2
0
 public void SetOnRevampSettingActionCallBack(UIRevampSetting.UIRevampSettingAction callBack)
 {
     this.mUIRevampSettingActionCallBack = callBack;
 }