C# 클래스 fCraft.Server

Core of an fCraft server. Manages startup/shutdown, online player sessions, and global events and scheduled tasks.
파일 보기 프로젝트 열기: GlennMR/800craft 1 사용 예제들

비공개 메소드들

메소드 설명
RaiseEvent ( EventHandler h ) : void
RaisePlayerListChangedEvent ( ) : void
RaiseSessionConnectedEvent ( [ player ) : void
RaiseSessionConnectingEvent ( [ ip ) : bool
RaiseSessionDisconnectedEvent ( [ player, LeaveReason leaveReason ) : void
RaiseShutdownBeganEvent ( ShutdownParams shutdownParams ) : void
RaiseShutdownEndedEvent ( ShutdownParams shutdownParams ) : void