C# Class SleepHunter.Models.Spell

Inheritance: Ability
Show file Open project: ewrogers/SleepHunter4 Class Usage Examples

Public Properties

Property Type Description
FasSpioradKey string
LyliacPlantKey string
LyliacVineyardKey string

Public Methods

Method Description
MakeEmpty ( int slot ) : Spell
Spell ( )
ToString ( ) : string

Method Details

MakeEmpty() public static method

public static MakeEmpty ( int slot ) : Spell
slot int
return Spell

Spell() public method

public Spell ( )

ToString() public method

public ToString ( ) : string
return string

Property Details

FasSpioradKey public static property

public static string FasSpioradKey
return string

LyliacPlantKey public static property

public static string LyliacPlantKey
return string

LyliacVineyardKey public static property

public static string LyliacVineyardKey
return string