C# Class SafeAndFree.Data.Debuff

Mostrar archivo Open project: mokasocial/PrivacyDefense Class Usage Examples

Public Methods

Method Description
Debuff ( CreepStats theTarget, int theAmount, int theDuration ) : System
Debuff ( CreepStats theTarget, int theAmount, int theDuration, bool isInstance ) : System
GetInstance ( CreepStats theTarget, int theAmount, int theDuration ) : Debuff
Update ( ) : void

Method Details

Debuff() public method

public Debuff ( CreepStats theTarget, int theAmount, int theDuration ) : System
theTarget CreepStats
theAmount int
theDuration int
return System

Debuff() public method

public Debuff ( CreepStats theTarget, int theAmount, int theDuration, bool isInstance ) : System
theTarget CreepStats
theAmount int
theDuration int
isInstance bool
return System

GetInstance() public static method

public static GetInstance ( CreepStats theTarget, int theAmount, int theDuration ) : Debuff
theTarget CreepStats
theAmount int
theDuration int
return Debuff

Update() public method

public Update ( ) : void
return void