C# Class DZAIO.Utility.Helpers.DebugHelper

Exibir arquivo Open project: DZ191/LeagueSharp

Public Properties

Property Type Description
DebugDictionary String>.Dictionary

Public Methods

Method Description
AddEntry ( String key, String value ) : void
OnLoad ( ) : void
PrintDebug ( String message ) : void

Private Methods

Method Description
Drawing_OnDraw ( EventArgs args ) : void

Method Details

AddEntry() public static method

public static AddEntry ( String key, String value ) : void
key String
value String
return void

OnLoad() public static method

public static OnLoad ( ) : void
return void

PrintDebug() public static method

public static PrintDebug ( String message ) : void
message String
return void

Property Details

DebugDictionary public_oe static_oe property

public static Dictionary DebugDictionary
return String>.Dictionary