C# Class Armor, RPGQuest

Base armor class.
Inheritance: Loot, IEquippable
Mostra file Open project: hughrogers/RPGQuest Class Usage Examples

Public Methods

Method Description
Armor ( ) : System.Collections
CanClassEquip ( int eID, int classID ) : bool
GetPrefabPath ( ) : string

Method Details

Armor() public method

public Armor ( ) : System.Collections
return System.Collections

CanClassEquip() public method

public CanClassEquip ( int eID, int classID ) : bool
eID int
classID int
return bool

GetPrefabPath() public method

public GetPrefabPath ( ) : string
return string