C# Class SafeAndFree.Data.Debuff

Afficher le fichier Open project: mokasocial/PrivacyDefense Class Usage Examples

Méthodes publiques

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

public Debuff ( CreepStats theTarget, int theAmount, int theDuration ) : System
theTarget CreepStats
theAmount int
theDuration int
Résultat System

Debuff() public méthode

public Debuff ( CreepStats theTarget, int theAmount, int theDuration, bool isInstance ) : System
theTarget CreepStats
theAmount int
theDuration int
isInstance bool
Résultat System

GetInstance() public static méthode

public static GetInstance ( CreepStats theTarget, int theAmount, int theDuration ) : Debuff
theTarget CreepStats
theAmount int
theDuration int
Résultat Debuff

Update() public méthode

public Update ( ) : void
Résultat void