C# 클래스 Reckoning.Game.Notifier.CardUpdated

상속: Notification
파일 보기 프로젝트 열기: dylannorthrup/hexapidocs

공개 프로퍼티들

프로퍼티 타입 설명
Abilities List
Attack int
Attributes ECardAttributes
BaseTemplate ResourceId
Collection ECardCollections
Controller ulong
Cost int
Defense int
Gems EGemTypes
Name string
Shards ECardShards
State ECardStates

공개 메소드들

메소드 설명
CardUpdated ( string user, CardRepresentation card ) : System
GetMessageName ( ) : string

메소드 상세

CardUpdated() 공개 메소드

public CardUpdated ( string user, CardRepresentation card ) : System
user string
card CardRepresentation
리턴 System

GetMessageName() 공개 정적인 메소드

public static GetMessageName ( ) : string
리턴 string

프로퍼티 상세

Abilities 공개적으로 프로퍼티

public List Abilities
리턴 List

Attack 공개적으로 프로퍼티

public int Attack
리턴 int

Attributes 공개적으로 프로퍼티

public ECardAttributes Attributes
리턴 ECardAttributes

BaseTemplate 공개적으로 프로퍼티

public ResourceId BaseTemplate
리턴 ResourceId

Collection 공개적으로 프로퍼티

public ECardCollections Collection
리턴 ECardCollections

Controller 공개적으로 프로퍼티

public ulong Controller
리턴 ulong

Cost 공개적으로 프로퍼티

public int Cost
리턴 int

Defense 공개적으로 프로퍼티

public int Defense
리턴 int

Gems 공개적으로 프로퍼티

public EGemTypes Gems
리턴 EGemTypes

Name 공개적으로 프로퍼티

public string Name
리턴 string

Shards 공개적으로 프로퍼티

public ECardShards Shards
리턴 ECardShards

State 공개적으로 프로퍼티

public ECardStates State
리턴 ECardStates