C# Класс RPG.Event

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

Event() публичный Метод

Creates a new instance of an RPG.Event.
public Event ( ) : System.Collections.Generic
Результат System.Collections.Generic

Event() публичный Метод

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.
Результат System.Collections.Generic

ToString() публичный Метод

Returns a that represents the current object.
public ToString ( ) : string
Результат string