C# 클래스 CardData, Territories

파일 보기 프로젝트 열기: rgrigsb/Territories 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
back int
cost IDictionary
flavor string
image int
material Material
points int
rarity Rarity
rules string
target int
title string
type CardType

프로퍼티 상세

back 공개적으로 프로퍼티

public int back
리턴 int

cost 공개적으로 프로퍼티

public IDictionary cost
리턴 IDictionary

flavor 공개적으로 프로퍼티

public string flavor
리턴 string

image 공개적으로 프로퍼티

public int image
리턴 int

material 공개적으로 프로퍼티

public Material material
리턴 Material

points 공개적으로 프로퍼티

public int points
리턴 int

rarity 공개적으로 프로퍼티

public Rarity rarity
리턴 Rarity

rules 공개적으로 프로퍼티

public string rules
리턴 string

target 공개적으로 프로퍼티

public int target
리턴 int

title 공개적으로 프로퍼티

public string title
리턴 string

type 공개적으로 프로퍼티

public CardType type
리턴 CardType