C# Class RPG.CommonEvent

Data class for common events.
Inheritance: IRpgObject
Exibir arquivo Open project: borisblizzard/arcreator

Public Methods

Method Description
CommonEvent ( ) : System.Collections.Generic

Creates a new instance of an RPG.CommonEvent.

ToString ( ) : string

Returns a that represents the current object.

Method Details

CommonEvent() public method

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

ToString() public method

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