C# Class RPG.Weapon

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

Public Methods

Method Description
ToString ( ) : string

Returns a that represents the current object.

Weapon ( ) : System.Collections.Generic

Creates a new instance of an RPG.Weapon.

Method Details

ToString() public method

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

Weapon() public method

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