DarkEmu_GameServer.Systems.UpdateServerInfo C# (CSharp) 메소드

UpdateServerInfo() 공개 정적인 메소드

public static UpdateServerInfo ( ) : void
리턴 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