C# Class Reckoning.Game.Notifier.Tournament

Inheritance: Notification
Datei anzeigen Open project: dylannorthrup/hexapidocs

Public Properties

Property Type Description
TournamentData NotifierTournament

Public Methods

Method Description
GetMessageName ( ) : string
Tournament ( string user, TournamentDesc info ) : System
Tournament ( string user, TournamentInfo info ) : System

Method Details

GetMessageName() public static method

public static GetMessageName ( ) : string
return string

Tournament() public method

public Tournament ( string user, TournamentDesc info ) : System
user string
info TournamentDesc
return System

Tournament() public method

public Tournament ( string user, TournamentInfo info ) : System
user string
info TournamentInfo
return System

Property Details

TournamentData public_oe property

public NotifierTournament TournamentData
return NotifierTournament