CardRPG 1.0
 
Loading...
Searching...
No Matches
CardRPG.IShopableItem Interface Reference

Interface representing a item than can be shop in the game. More...

Inheritance diagram for CardRPG.IShopableItem:
CardRPG.IStatus CardRPG.Card CardRPG.Equipment CardRPG.Amulet CardRPG.Athame CardRPG.Boot CardRPG.Deck CardRPG.Hat CardRPG.Ring CardRPG.Robe

Properties

string Name [get]
 
int Value [get]
 
int LevelRequirement [get]
 
bool NotForSale [get]
 

Additional Inherited Members

- Public Member Functions inherited from CardRPG.IStatus
string DisplayStatus ()
 

Detailed Description

Interface representing a item than can be shop in the game.

Property Documentation

◆ LevelRequirement

int CardRPG.IShopableItem.LevelRequirement
get

Implemented in CardRPG.Card, and CardRPG.Equipment.

◆ Name

string CardRPG.IShopableItem.Name
get

Implemented in CardRPG.Card, and CardRPG.Equipment.

◆ NotForSale

bool CardRPG.IShopableItem.NotForSale
get

Implemented in CardRPG.Card, and CardRPG.Equipment.

◆ Value

int CardRPG.IShopableItem.Value
get

Implemented in CardRPG.Card, and CardRPG.Equipment.


The documentation for this interface was generated from the following file: