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