C# Class RPG.Event

Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Event() public méthode

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.
Résultat System.Collections.Generic

ToString() public méthode

Returns a that represents the current object.
public ToString ( ) : string
Résultat string