C# Class Reckoning.Game.Notifier.CardUpdated

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

Public Properties

Property Type Description
Abilities List
Attack int
Attributes ECardAttributes
BaseTemplate ResourceId
Collection ECardCollections
Controller ulong
Cost int
Defense int
Gems EGemTypes
Name string
Shards ECardShards
State ECardStates

Public Methods

Method Description
CardUpdated ( string user, CardRepresentation card ) : System
GetMessageName ( ) : string

Method Details

CardUpdated() public method

public CardUpdated ( string user, CardRepresentation card ) : System
user string
card CardRepresentation
return System

GetMessageName() public static method

public static GetMessageName ( ) : string
return string

Property Details

Abilities public_oe property

public List Abilities
return List

Attack public_oe property

public int Attack
return int

Attributes public_oe property

public ECardAttributes Attributes
return ECardAttributes

BaseTemplate public_oe property

public ResourceId BaseTemplate
return ResourceId

Collection public_oe property

public ECardCollections Collection
return ECardCollections

Controller public_oe property

public ulong Controller
return ulong

Cost public_oe property

public int Cost
return int

Defense public_oe property

public int Defense
return int

Gems public_oe property

public EGemTypes Gems
return EGemTypes

Name public_oe property

public string Name
return string

Shards public_oe property

public ECardShards Shards
return ECardShards

State public_oe property

public ECardStates State
return ECardStates