C# Class Reborn_Leona.Humanizer

Show file Open project: Enochen/EloBuddy

Public Properties

Property Type Description
General System.Action

Public Methods

Method Description
ChangeDelay ( System.Action action, float nDelay ) : void
CheckDelay ( System.Action action ) : bool

Method Details

ChangeDelay() public static method

public static ChangeDelay ( System.Action action, float nDelay ) : void
action System.Action
nDelay float
return void

CheckDelay() public static method

public static CheckDelay ( System.Action action ) : bool
action System.Action
return bool

Property Details

General public static property

public static Action,System General
return System.Action