C# 클래스 NormalDamageAttribute, PocketGodsRPG_Proto

상속: ConcreteAttribute
파일 보기 프로젝트 열기: pocket-playlab/PocketGodsRPG_Proto

공개 메소드들

메소드 설명
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