C# Class RPG.Event

Exibir arquivo Open project: borisblizzard/arcreator Class Usage Examples

Public Methods

Method Description
Event ( ) : System.Collections.Generic

Creates a new instance of an RPG.Event.

Event ( int x, int y ) : System.Collections.Generic

Creates a new instance of an RPG.Event.

ToString ( ) : string

Returns a that represents the current object.

Method Details

Event() public method

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

Event() public method

Creates a new instance of an RPG.Event.
public Event ( int x, int y ) : System.Collections.Generic
x int The event's X-coordinate on the map.
y int The event's Y-coordinate on the map.
return System.Collections.Generic

ToString() public method

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