C# Class Reckoning.Game.Notifier.CardUpdated

Inheritance: Notification
Show file 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 property

public List Abilities
return List

Attack public property

public int Attack
return int

Attributes public property

public ECardAttributes Attributes
return ECardAttributes

BaseTemplate public property

public ResourceId BaseTemplate
return ResourceId

Collection public property

public ECardCollections Collection
return ECardCollections

Controller public property

public ulong Controller
return ulong

Cost public property

public int Cost
return int

Defense public property

public int Defense
return int

Gems public property

public EGemTypes Gems
return EGemTypes

Name public property

public string Name
return string

Shards public property

public ECardShards Shards
return ECardShards

State public property

public ECardStates State
return ECardStates