DarkEmu_GameServer.Systems.UpdateServerInfo C# (CSharp) Method

UpdateServerInfo() public static method

public static UpdateServerInfo ( ) : void
return void
        public static void UpdateServerInfo()
        {
            UpdateServerInfo(1);
        }

Same methods

Systems::UpdateServerInfo ( byte bStatus ) : void

Usage Example

示例#1
0
文件: Users.cs 项目: uvbs/DarkEmu
 public static void updateServerList(object List, EventArgs a)
 {
     Systems.UpdateServerInfo();
 }
Systems