C# Class NormalDamageAttribute, PocketGodsRPG_Proto

Inheritance: ConcreteAttribute
Exibir arquivo Open project: pocket-playlab/PocketGodsRPG_Proto

Public Methods

Method Description
NormalDamageAttribute ( int baseValue, float multiplier ) : System.Collections

A normal damage attribute. Automatically negates the value.

Method Details

NormalDamageAttribute() public method

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