C# Class RPG.Armor

Data class for armor.
Inheritance: IRpgObject
Exibir arquivo Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
Armor ( ) : System.Collections.Generic

Creates a new instance of an RPG.Armor.

ToString ( ) : string

Returns a that represents the current object.

Method Details

Armor() public method

Creates a new instance of an RPG.Armor.
public Armor ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

Returns a that represents the current object.
public ToString ( ) : string
return string