C# 클래스 Server.GameServer

파일 보기 프로젝트 열기: GrindFest/GrindFest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Current GameServer

공개 메소드들

메소드 설명
GameServer ( ) : System
Run ( ) : void
Tick ( ) : void

비공개 메소드들

메소드 설명
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
OnConnection ( Connection connection ) : void
OnDisconnected ( Connection obj ) : void
OnPacketRecieved ( Connection connection, IPacket packet ) : void

메소드 상세

GameServer() 공개 메소드

public GameServer ( ) : System
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

Tick() 공개 메소드

public Tick ( ) : void
리턴 void

프로퍼티 상세

Current 공개적으로 정적으로 프로퍼티

public static GameServer,Server Current
리턴 GameServer