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

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

공개 프로퍼티들

프로퍼티 타입 설명
Losers List
Winners List

공개 메소드들

메소드 설명
GameEnded ( string user, List winners, List losers ) : System
GetMessageName ( ) : string

메소드 상세

GameEnded() 공개 메소드

public GameEnded ( string user, List winners, List losers ) : System
user string
winners List
losers List
리턴 System

GetMessageName() 공개 정적인 메소드

public static GetMessageName ( ) : string
리턴 string

프로퍼티 상세

Losers 공개적으로 프로퍼티

public List Losers
리턴 List

Winners 공개적으로 프로퍼티

public List Winners
리턴 List