C# 클래스 RPG.RpgObject

A generic container for a basic game object
파일 보기 프로젝트 열기: borisblizzard/arcreator

공개 메소드들

메소드 설명
RpgObject ( )

Default constructor

RpgObject ( string name, int id )

Default constructor

ToString ( ) : string

Returns a that represents the current object.

메소드 상세

RpgObject() 공개 메소드

Default constructor
public RpgObject ( )

RpgObject() 공개 메소드

Default constructor
public RpgObject ( string name, int id )
name string Name of the object
id int ID of the object

ToString() 공개 메소드

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