C# Class RPG.Skill

Data class for skills.
Inheritance: IRpgObject
Exibir arquivo Open project: borisblizzard/arcreator

Public Methods

Method Description
Skill ( ) : System.Collections.Generic

Creates a new instance of an RPG.Skill.

ToString ( ) : string

Returns a that represents the current object.

Method Details

Skill() public method

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

ToString() public method

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