C# Class Reckoning.Game.Notifier.PlayerUpdated

Inheritance: Notification
Afficher le fichier Open project: dylannorthrup/hexapidocs

Méthodes publiques

Свойство Type Description
ChampionName string
Id ulong
Phase ETurnPhases
Resources int
Thresholds int>.Dictionary

Méthodes publiques

Méthode Description
GetMessageName ( ) : string
PlayerUpdated ( string user, PlayerRepresentation player, string championName, ETurnPhases phase ) : System

Method Details

GetMessageName() public static méthode

public static GetMessageName ( ) : string
Résultat string

PlayerUpdated() public méthode

public PlayerUpdated ( string user, PlayerRepresentation player, string championName, ETurnPhases phase ) : System
user string
player PlayerRepresentation
championName string
phase ETurnPhases
Résultat System

Property Details

ChampionName public_oe property

public string ChampionName
Résultat string

Id public_oe property

public ulong Id
Résultat ulong

Phase public_oe property

public ETurnPhases Phase
Résultat ETurnPhases

Resources public_oe property

public int Resources
Résultat int

Thresholds public_oe property

public Dictionary Thresholds
Résultat int>.Dictionary