C# Class RPG.Troop

Data class for troops.
Inheritance: IRpgObject
ファイルを表示 Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method 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 method

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

Troop() public method

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