C# Class RPG.Item

Mostrar archivo Open project: borisblizzard/arcreator

Public Methods

Method Description
Item ( ) : System.Collections.Generic

Creates a new instance of an RPG.Item.

ToString ( ) : string

Returns a that represents the current object.

Method Details

Item() public method

Creates a new instance of an RPG.Item.
public Item ( ) : System.Collections.Generic
return System.Collections.Generic

ToString() public method

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