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