Esempio n. 1
0
 public virtual void Init()
 {
     timerSvc = TimerSvc.Instance;
 }
Esempio n. 2
0
 public void Init()
 {
     CommonTools.Log("SkillManager Init.....");
     resSvc  = ResSvc.Instance;
     timeSvc = TimerSvc.Instance;
 }
Esempio n. 3
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     timerSvc = TimerSvc.Instance;
     PECommon.Log("LoginSys Init Done.");
 }
Esempio n. 4
0
 public void Init()
 {
     resSvc   = ResSvc.Instance;
     timerSvc = TimerSvc.Instance;
     Common.Log("SkillMgr init done");
 }