C# Class RPG.Actor

Data class for actors.
Inheritance: IRpgObject
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
Actor ( )

Default constructor

ToString ( ) : string

Returns a that represents the current object.

Method Details

Actor() public method

Default constructor
public Actor ( )

ToString() public method

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