C# Class Rice.Humanizer

Datei anzeigen Open project: Enochen/EloBuddy Class Usage Examples

Public Properties

Property Type Description
General Action

Public Methods

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

Method Details

ChangeDelay() public static method

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

CheckDelay() public static method

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

Property Details

General public_oe static_oe property

public static Action General
return Action