C# Class RPG.Class

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

Public Methods

Method Description
Class ( ) : System.Collections.Generic

Creates a new instance of an RPG.Class.

ToString ( ) : string

Returns a that represents the current object.

Method Details

Class() public method

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

ToString() public method

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