C# 클래스 SanderVantEinde.SecretHitlerBot.GameRegistry.Game

파일 보기 프로젝트 열기: sandervanteinde/TelegramBot

공개 메소드들

메소드 설명
AssignRoles ( ) : void
GetRole ( User user ) : PlayerRole
IsInGame ( User user ) : bool
Join ( User user ) : bool
Leave ( User from ) : void
Start ( ) : void
Stop ( ) : void

비공개 메소드들

메소드 설명
Game ( User host ) : SanderVantEinde.TelegramBot

메소드 상세

AssignRoles() 공개 메소드

public AssignRoles ( ) : void
리턴 void

GetRole() 공개 메소드

public GetRole ( User user ) : PlayerRole
user SanderVantEinde.TelegramBot.User
리턴 PlayerRole

IsInGame() 공개 메소드

public IsInGame ( User user ) : bool
user SanderVantEinde.TelegramBot.User
리턴 bool

Join() 공개 메소드

public Join ( User user ) : bool
user SanderVantEinde.TelegramBot.User
리턴 bool

Leave() 공개 메소드

public Leave ( User from ) : void
from SanderVantEinde.TelegramBot.User
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void