예제 #1
0
 protected override void ReleaseSelf(bool calledDestroy)
 {
     if (SystemConfig.IsReleaseResourceOn && calledDestroy)
     {
         PetChooseUIView.Instance      = null;
         PetChooseUIViewModel.Instance = null;
         base.ReleaseSelf(true);
     }
 }
예제 #2
0
 private void Awake()
 {
     PetChooseUIView.Instance = this;
     base.AwakeBase(BindingContext.BindingContextMode.MonoBinding, false);
 }