C# 클래스 RPG.Event

파일 보기 프로젝트 열기: borisblizzard/arcreator 1 사용 예제들

공개 메소드들

메소드 설명
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