C# Class Reckoning.Game.Notifier.PlayerUpdated

Inheritance: Notification
Show file 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 property

public string ChampionName
return string

Id public property

public ulong Id
return ulong

Phase public property

public ETurnPhases Phase
return ETurnPhases

Resources public property

public int Resources
return int

Thresholds public property

public Dictionary Thresholds
return int>.Dictionary