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

Beispiel #1
0
 public static void updateServerList(object List, EventArgs a)
 {
     Systems.UpdateServerInfo();
 }
Systems