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
|
public Event ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
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 |