C# 클래스 RPG.CommonEvent

Data class for common events.
상속: IRpgObject
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
CommonEvent ( ) : System.Collections.Generic

Creates a new instance of an RPG.CommonEvent.

ToString ( ) : string

Returns a that represents the current object.

메소드 상세

CommonEvent() 공개 메소드

Creates a new instance of an RPG.CommonEvent.
public CommonEvent ( ) : System.Collections.Generic
리턴 System.Collections.Generic

ToString() 공개 메소드

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