C# 클래스 GR.Gambling.Backgammon.Venue.BGLobby

파일 보기 프로젝트 열기: alexhanh/Botting-Library

보호된 프로퍼티들

프로퍼티 타입 설명
created_game_offers List

공개 메소드들

메소드 설명
BGLobby ( ) : System
CreateGameOffer ( GameOffer game_offer ) : void

This should try to create a game offer in the lobby with the given offer parameters. Should add the game offer to created_game_offers upon succesful creation.

GetOffers ( ) : List
Update ( ) : void

This should be the method upon when called, detects different situations and triggers applicable events.

보호된 메소드들

메소드 설명
OnCreateGameOfferExpired ( GameOffer game_offer ) : void
OnJoinDeclined ( JoinOffer join_offer ) : void
OnJoinOffered ( JoinOffer join_offer ) : bool

메소드 상세

BGLobby() 공개 메소드

public BGLobby ( ) : System
리턴 System

CreateGameOffer() 공개 추상적인 메소드

This should try to create a game offer in the lobby with the given offer parameters. Should add the game offer to created_game_offers upon succesful creation.
public abstract CreateGameOffer ( GameOffer game_offer ) : void
game_offer GameOffer
리턴 void

GetOffers() 공개 추상적인 메소드

public abstract GetOffers ( ) : List
리턴 List

OnCreateGameOfferExpired() 보호된 메소드

protected OnCreateGameOfferExpired ( GameOffer game_offer ) : void
game_offer GameOffer
리턴 void

OnJoinDeclined() 보호된 메소드

protected OnJoinDeclined ( JoinOffer join_offer ) : void
join_offer JoinOffer
리턴 void

OnJoinOffered() 보호된 메소드

protected OnJoinOffered ( JoinOffer join_offer ) : bool
join_offer JoinOffer
리턴 bool

Update() 공개 추상적인 메소드

This should be the method upon when called, detects different situations and triggers applicable events.
public abstract Update ( ) : void
리턴 void

프로퍼티 상세

created_game_offers 보호되어 있는 프로퍼티

protected List created_game_offers
리턴 List