C# Class AttackAttribute, PocketGodsRPG_Proto

Represents the attack attribute
Inheritance: ConcreteAttribute
Show file Open project: pocket-playlab/PocketGodsRPG_Proto Class Usage Examples

Public Methods

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

Method Details

AttackAttribute() public method

public AttackAttribute ( int baseValue, float multiplier ) : System.Collections
baseValue int
multiplier float
return System.Collections