C# Class Reckoning.Game.Notifier.PlayerUpdated

Inheritance: Notification
ファイルを表示 Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
ChampionName string
Id ulong
Phase ETurnPhases
Resources int
Thresholds int>.Dictionary

Public Methods

Method Description
GetMessageName ( ) : string
PlayerUpdated ( string user, PlayerRepresentation player, string championName, ETurnPhases phase ) : System

Method Details

GetMessageName() public static method

public static GetMessageName ( ) : string
return string

PlayerUpdated() public method

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

Property Details

ChampionName public_oe property

public string ChampionName
return string

Id public_oe property

public ulong Id
return ulong

Phase public_oe property

public ETurnPhases Phase
return ETurnPhases

Resources public_oe property

public int Resources
return int

Thresholds public_oe property

public Dictionary Thresholds
return int>.Dictionary