Beispiel #1
0
    public void Init()
    {
        cacheSvc = CacheSvc.Instance;
        cfgSvc   = CfgSvc.Instance;

        Common.Log("GuideSys Init Done.");
    }
Beispiel #2
0
    /// <summary>
    /// 初始化
    /// </summary>
    public void Init()
    {
        cacheSvc = CacheSvc.Instance;
        cfgSvc   = CfgSvc.Instance;

        PETool.LogMsg("TaskSys Init Done.");
    }
Beispiel #3
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     timerSvc = TimerSvc.Instance;
     timerSvc.AddTimerTask(CalcPowerAdd, CfgSvc.PowerAddSpace, PETimeUnit.Minute, 0);
     Common.Log("PowerSys Init Done");
 }
Beispiel #4
0
 /// <summary>
 /// 初始化
 /// </summary>
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     timerSvc = TimerSvc.Instance;
     TimerSvc.Instance.AddTimeTask(CalcPowerAdd, PECommon.PowerAddSpace, PETimeUnit.Minute, 0);
     PETool.LogMsg("PowerSys Init Done.");
 }
Beispiel #5
0
 public void Init()
 {
     timerSvc = TimerSvc.Instance;
     cacheSvc = CacheSvc.Instance;
     timerSvc.AddTimeTask(CalcPowerAdd, PECommon.PowerAddMinute, PETimeUnit.Second, 0);
     PECommon.Log("PowerSys Init Done");
 }
Beispiel #6
0
    public void Init()
    {
        cacheSvc = CacheSvc.Instance;

        TimerSvc.Instance.AddTimeTask(CalcStaminaGrow, PECommon.StaminaAddSpace, PETimeUnit.Minute, 0);
        PECommon.Log("PowerSys Init Done");
    }
Beispiel #7
0
    public void Init()
    {
        cacheSvc = CacheSvc.Instance;
        cfgSvc   = CfgSvc.Instance;

        PECommon.Log("FubenSys Init Done.");
    }
Beispiel #8
0
 public void Init()
 {
     CommonTools.Log("PowerSys Init Done.....");
     cacheSvc = CacheSvc.Instance;
     TimerSvc.Instance.AddTimeTask(AutoCalcPowerIncrease,
                                   Constants.cPowerAddInterval, WZTimeUnit.Second, 0);
 }
Beispiel #9
0
    public void Init()
    {
        cacheSvc = CacheSvc.Instance;
        timerSvc = TimerSvc.Instance;

        Common.Log("LoginSys Init Done.");
    }
Beispiel #10
0
    public void Init()
    {
        cacheSvc = CacheSvc.Instance;
        cfgSvc   = CfgSvc.Instance;

        PECommon.Log("TaskSys Init Done");
    }
Beispiel #11
0
        public void Init()
        {
            _cacheSvc = CacheSvc.Instance;
            _timeSvc  = TimeSvc.Instance;

            TimeSvc.Instance.AddTimeTask(CalcPowerAdd, PeRoot.PowerAddSpace, PETimeUnit.Minute, 0);
            PeRoot.Log("PowerSys Init Done.||体力恢复系统.");
        }
Beispiel #12
0
    public void Init()
    {
        cacheSvc = CacheSvc.Instance;
        timerSvc = TimerSvc.Instance;


        TimerSvc.Instance.AddTimeTask(CalPowerAdd, Common.PowerAddSpace, PETimeUnit.Minute, 0);

        Common.Log("ChatSys Init Done.");
    }
Beispiel #13
0
 public void Init()
 {
     CommonTools.Log("CopyerFightSys Init Done");
     cacheSvc = CacheSvc.Instance;
     cfgSvc   = ConfigSvc.Instance;
 }
Beispiel #14
0
 public void Init()
 {
     PECommon.Log("LoginSyc Init Done.");
     cacheSvc = CacheSvc.Instance;
 }
Beispiel #15
0
 public void Init()
 {
     CommonTools.Log("LoginSys Init Done");
     cacheSvc = CacheSvc.Instance;
 }
Beispiel #16
0
 public void Init()
 {
     _cacheSvc  = CacheSvc.Instance;
     _resCfgSvc = ResCfgSvc.Instance;
     PeRoot.Log("GuideSys Init Done.||引导任务业务系统.");
 }
Beispiel #17
0
 public void Init()
 {
     CommonTools.Log("ChatInfoSys Init Done.....");
     cacheSvc = CacheSvc.Instance;
 }
Beispiel #18
0
 public void Init()
 {
     CommonTools.Log("Stronger Init Done....");
     cacheSvc = CacheSvc.Instance;
 }
Beispiel #19
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     KDCommon.Log("ChatSys Init Done.");
 }
Beispiel #20
0
 public void Init()
 {
     CacheSvc = CacheSvc.Instance;
     PeRoot.Log("StrongSys Init Done.||强化业务系统.");
 }
Beispiel #21
0
 /// <summary>
 /// 初始化
 /// </summary>
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     timerSvc = TimerSvc.Instance;
     PETool.LogMsg("LoginSys Init Done.");
 }
Beispiel #22
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     IYCommon.IYSocketLog("login Init Done");
 }
Beispiel #23
0
 /// <summary>
 /// 初始化
 /// </summary>
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     PETool.LogMsg("BuySys Init Done.");
 }
Beispiel #24
0
 public void Init()
 {
     _cacheSvc = CacheSvc.Instance;
     PeRoot.Log("ChatSys Init Done.||聊天业务系统.");
 }
Beispiel #25
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     PECommon.Log("BuySys Init Done.");
 }
Beispiel #26
0
 public void Init()
 {
     _cacheSvc = CacheSvc.Instance;
     _timeSvc  = TimeSvc.Instance;
     PeRoot.Log("LoginSys Init Done.||登入业务系统.");
 }
Beispiel #27
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     PECommon.Log("Login System Init Done");
 }
Beispiel #28
0
 public void Init()
 {
     _cacheSvc = CacheSvc.Instance;
     PeRoot.Log("BuySys Init Done.||购买业务系统.");
 }
Beispiel #29
0
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     PECommon.Log("StrongSys Init Done");
 }
 public void Init()
 {
     cacheSvc = CacheSvc.Instance;
     cfgSvc   = CfgSvc.Instance;
     PECommon.Log("ChatSys Init Done!");
 }