C# Class RPG.Troop

Data class for troops.
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.

Troop ( ) : System.Collections.Generic

Creates a new instance of an RPG.Troop.

Method Details

ToString() public méthode

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

Troop() public méthode

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