C# 클래스 Descent.Model.Board.Marker.Chest

A chest with treasures, coins and tokens
파일 보기 프로젝트 열기: nezbo/Descent 1 사용 예제들

공개 메소드들

메소드 설명
Chest ( int id, EquipmentRarity rarity, int conquestTokens, int coin, int curses, int treasures ) : Descent.Model.Player.Figure.HeroStuff

Initializes a new instance of the Chest class.

Chest ( int id, string name, EquipmentRarity rarity, Equipment equipment, Potion potion, int coin ) : System

메소드 상세

Chest() 공개 메소드

Initializes a new instance of the Chest class.
public Chest ( int id, EquipmentRarity rarity, int conquestTokens, int coin, int curses, int treasures ) : Descent.Model.Player.Figure.HeroStuff
id int /// The id of the chest ///
rarity EquipmentRarity /// The rarity of the chest (copper, silver and gold) ///
conquestTokens int /// The conquest tokens in the chest ///
coin int /// The coins in the chest ///
curses int /// The curses in the chest ///
treasures int /// The treasures in the chest ///
리턴 Descent.Model.Player.Figure.HeroStuff

Chest() 공개 메소드

public Chest ( int id, string name, EquipmentRarity rarity, Equipment equipment, Potion potion, int coin ) : System
id int
name string
rarity EquipmentRarity
equipment Descent.Model.Player.Figure.HeroStuff.Equipment
potion Potion
coin int
리턴 System