예제 #1
0
 protected override void ReleaseSelf(bool callDestroy)
 {
     MemCollabUIView.Instance = null;
     base.ReleaseSelf(true);
 }
예제 #2
0
 private void Awake()
 {
     MemCollabUIView.Instance = this;
     base.AwakeBase(BindingContext.BindingContextMode.MonoBinding, false);
 }