C# Class RPG.RpgObject

A generic container for a basic game object
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
RpgObject ( )

Default constructor

RpgObject ( string name, int id )

Default constructor

ToString ( ) : string

Returns a that represents the current object.

Method Details

RpgObject() public méthode

Default constructor
public RpgObject ( )

RpgObject() public méthode

Default constructor
public RpgObject ( string name, int id )
name string Name of the object
id int ID of the object

ToString() public méthode

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