C# Class RPG.State

Data class for state.
Inheritance: IRpgObject
Exibir arquivo Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
State ( ) : System.Collections.Generic

Creates a new instance of an RPG.State.

ToString ( ) : string

Returns a that represents the current object.

Method Details

State() public method

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

ToString() public method

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