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