C# Class RPG.Skill

Data class for skills.
Inheritance: IRpgObject
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode 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 méthode

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

ToString() public méthode

Returns a that represents the current object.
public ToString ( ) : string
Résultat string