C# Class Reckoning.Game.Notifier.DraftPack

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

Public Properties

Property Type Description
Cards List
TournamentId ulong

Public Methods

Method Description
DraftPack ( string user, ulong tournament, List cards ) : System
GetMessageName ( ) : string

Method Details

DraftPack() public method

public DraftPack ( string user, ulong tournament, List cards ) : System
user string
tournament ulong
cards List
return System

GetMessageName() public static method

public static GetMessageName ( ) : string
return string

Property Details

Cards public_oe property

public List Cards
return List

TournamentId public_oe property

public ulong TournamentId
return ulong