C# Class RPG.RpgObject

A generic container for a basic game object
Exibir arquivo Open project: borisblizzard/arcreator

Public Methods

Method Description
RpgObject ( )

Default constructor

RpgObject ( string name, int id )

Default constructor

ToString ( ) : string

Returns a that represents the current object.

Method Details

RpgObject() public method

Default constructor
public RpgObject ( )

RpgObject() public method

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

ToString() public method

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