C# Class Reckoning.Game.Notifier.DraftPack

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

Méthodes publiques

Свойство Type Description
Cards List
TournamentId ulong

Méthodes publiques

Méthode Description
DraftPack ( string user, ulong tournament, List cards ) : System
GetMessageName ( ) : string

Method Details

DraftPack() public méthode

public DraftPack ( string user, ulong tournament, List cards ) : System
user string
tournament ulong
cards List
Résultat System

GetMessageName() public static méthode

public static GetMessageName ( ) : string
Résultat string

Property Details

Cards public_oe property

public List Cards
Résultat List

TournamentId public_oe property

public ulong TournamentId
Résultat ulong