C# 클래스 PushFrenzy.Server.HostedGame

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

공개 메소드들

메소드 설명
Disconnect ( GameConnection connection ) : void
HostedGame ( GameConfiguration config ) : System
ProcessCommand ( GameCommand command ) : void
TryAddPlayer ( GameService client, string name ) : GameConnection

비공개 메소드들

메소드 설명
DispatchMessages ( JsonMessageLog log ) : void
StartGame ( ) : void

메소드 상세

Disconnect() 공개 메소드

public Disconnect ( GameConnection connection ) : void
connection GameConnection
리턴 void

HostedGame() 공개 메소드

public HostedGame ( GameConfiguration config ) : System
config PushFrenzy.Rules.GameConfiguration
리턴 System

ProcessCommand() 공개 메소드

public ProcessCommand ( GameCommand command ) : void
command PushFrenzy.Rules.GameCommand
리턴 void

TryAddPlayer() 공개 메소드

public TryAddPlayer ( GameService client, string name ) : GameConnection
client GameService
name string
리턴 GameConnection