C# 클래스 Reckoning.Game.Notifier.GameStarted

상속: Notification
파일 보기 프로젝트 열기: dylannorthrup/hexapidocs

공개 프로퍼티들

프로퍼티 타입 설명
Players List

공개 메소드들

메소드 설명
GameStarted ( string user, List players ) : System
GetMessageName ( ) : string

메소드 상세

GameStarted() 공개 메소드

public GameStarted ( string user, List players ) : System
user string
players List
리턴 System

GetMessageName() 공개 정적인 메소드

public static GetMessageName ( ) : string
리턴 string

프로퍼티 상세

Players 공개적으로 프로퍼티

public List Players
리턴 List