C# Класс NormalDamageAttribute, PocketGodsRPG_Proto

Наследование: ConcreteAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
NormalDamageAttribute ( int baseValue, float multiplier ) : System.Collections

A normal damage attribute. Automatically negates the value.

Описание методов

NormalDamageAttribute() публичный Метод

A normal damage attribute. Automatically negates the value.
public NormalDamageAttribute ( int baseValue, float multiplier ) : System.Collections
baseValue int Base value.
multiplier float Multiplier.
Результат System.Collections