Method | Description | |
---|---|---|
RpgObject ( ) |
Default constructor
|
|
RpgObject ( string name, int id ) |
Default constructor
|
|
ToString ( ) : string |
Returns a
|
public RpgObject ( string name, int id ) | ||
name | string | Name of the object |
id | int | ID of the object |