C# Class OverlayInformation.DamageCalculation

Exibir arquivo Open project: JumpAttacker/EnsageSharp

Public Properties

Property Type Description
InSys List

Private Properties

Property Type Description
AddToCalcMenu void
B int
Drawing_OnDraw void
G int
GameOnOnUpdate void
IsAbilityEnable bool
Load void
R int

Public Methods

Method Description
DamageCalculation ( ) : System

Private Methods

Method Description
AddToCalcMenu ( string s ) : void
B ( string b ) : int
Drawing_OnDraw ( EventArgs args ) : void
G ( string b ) : int
GameOnOnUpdate ( EventArgs args ) : void
IsAbilityEnable ( string s ) : bool
Load ( ) : void
R ( string b ) : int

Method Details

DamageCalculation() public method

public DamageCalculation ( ) : System
return System

Property Details

InSys public_oe static_oe property

public static List InSys
return List