Example #1
0
 protected virtual void ClearWindow()
 {
     resSev   = null;
     audioSev = null;
     netSev   = null;
     timerSev = null;
 }
Example #2
0
 protected virtual void InitWindow()
 {
     resSev   = ResSev.Instance;
     audioSev = AudioSev.Instance;
     netSev   = NetSev.Instance;
     timerSev = TimerSev.Instance;
 }
Example #3
0
 public virtual void InitSys()
 {
     DontDestroyOnLoad(this);
     resSev   = ResSev.Instance;
     audioSev = AudioSev.Instance;
     netSev   = NetSev.Instance;
     timerSev = TimerSev.Instance;
 }
Example #4
0
 public void Init()
 {
     netSev = NetSev.Instance;
     DontDestroyOnLoad(this);
 }