コード例 #1
0
ファイル: Controller.cs プロジェクト: zht0222/Unity-DarkGod
 public virtual void Init()
 {
     timerSvc = TimerSvc.Instance;
 }
コード例 #2
0
 public void Init()
 {
     CommonTools.Log("SkillManager Init.....");
     resSvc  = ResSvc.Instance;
     timeSvc = TimerSvc.Instance;
 }
コード例 #3
0
ファイル: LoginSys.cs プロジェクト: oxfords561/MyGame
 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");
 }