DarkEmu_GameServer.Systems.PingTimer C# (CSharp) Method

PingTimer() public method

public PingTimer ( ) : void
return void
        void PingTimer()
        {
            i += 1;
            if(pTimer == null)
                pTimer = new Timer(new TimerCallback(PingTimerCallBack), 0, 0, 2 * 20000);
        }
Systems