C# Class tsge.Classes.Buff

Inheritance: ModelBase, ICloneable
Exibir arquivo Open project: Walkman100/TSGE

Private Properties

Property Type Description

Public Methods

Method 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 method

ICloneable implementation.
public Clone ( ) : object
return object

SetBuff() public method

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

ToString() public method

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