C# Class RPG.Weapon

Data class for weapons.
Inheritance: IRpgObject
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Returns a that represents the current object.
public ToString ( ) : string
Résultat string

Weapon() public méthode

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