C# Class Nasus.Extensions.DamageLibrary

Mostrar archivo Open project: KarmaPanda/EloBuddy

Public Methods

Method Description
CalculateDamage ( Obj_AI_Base target, bool q, bool e ) : float

Calculates Damage for Nasus

Private Methods

Method Description
EDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with E

QDamage ( Obj_AI_Base target ) : float

Calculates the Damage done with Q

Method Details

CalculateDamage() public static method

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
return float