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