C# Class NormalDamageAttribute, PocketGodsRPG_Proto

Inheritance: ConcreteAttribute
Afficher le fichier Open project: pocket-playlab/PocketGodsRPG_Proto

Méthodes publiques

Méthode Description
NormalDamageAttribute ( int baseValue, float multiplier ) : System.Collections

A normal damage attribute. Automatically negates the value.

Method Details

NormalDamageAttribute() public méthode

A normal damage attribute. Automatically negates the value.
public NormalDamageAttribute ( int baseValue, float multiplier ) : System.Collections
baseValue int Base value.
multiplier float Multiplier.
Résultat System.Collections