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

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

공개 프로퍼티들

프로퍼티 타입 설명
ChampionName string
Id ulong
Phase ETurnPhases
Resources int
Thresholds int>.Dictionary

공개 메소드들

메소드 설명
GetMessageName ( ) : string
PlayerUpdated ( string user, PlayerRepresentation player, string championName, ETurnPhases phase ) : System

메소드 상세

GetMessageName() 공개 정적인 메소드

public static GetMessageName ( ) : string
리턴 string

PlayerUpdated() 공개 메소드

public PlayerUpdated ( string user, PlayerRepresentation player, string championName, ETurnPhases phase ) : System
user string
player PlayerRepresentation
championName string
phase ETurnPhases
리턴 System

프로퍼티 상세

ChampionName 공개적으로 프로퍼티

public string ChampionName
리턴 string

Id 공개적으로 프로퍼티

public ulong Id
리턴 ulong

Phase 공개적으로 프로퍼티

public ETurnPhases Phase
리턴 ETurnPhases

Resources 공개적으로 프로퍼티

public int Resources
리턴 int

Thresholds 공개적으로 프로퍼티

public Dictionary Thresholds
리턴 int>.Dictionary