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