C# Class tsge.Classes.Buff

Inheritance: ModelBase, ICloneable
Afficher le fichier Open project: Walkman100/TSGE

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : object

ICloneable implementation.

SetBuff ( int buffId ) : void

Updates this buff entry to the given buff.

ToString ( ) : string

Tostring override to return this buffs name.

Method Details

Clone() public méthode

ICloneable implementation.
public Clone ( ) : object
Résultat object

SetBuff() public méthode

Updates this buff entry to the given buff.
public SetBuff ( int buffId ) : void
buffId int
Résultat void

ToString() public méthode

Tostring override to return this buffs name.
public ToString ( ) : string
Résultat string