C# 클래스 Nasus.Extensions.DamageLibrary

파일 보기 프로젝트 열기: KarmaPanda/EloBuddy

공개 메소드들

메소드 설명
CalculateDamage ( Obj_AI_Base target, bool q, bool e ) : float

Calculates Damage for Nasus

비공개 메소드들

메소드 설명
EDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with E

QDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with Q

메소드 상세

CalculateDamage() 공개 정적인 메소드

Calculates Damage for Nasus
public static CalculateDamage ( Obj_AI_Base target, bool q, bool e ) : float
target Obj_AI_Base The Target
q bool The Q
e bool The E
리턴 float