Method AddDoubleClickHandler
- Namespace
- GrindFest
- Assembly
- GrindFest.dll
AddDoubleClickHandler(int, string, Func<HeroController, bool>)
public void AddDoubleClickHandler(int priority, string name, Func<HeroController, bool> handler)
Parameters
priorityintnamestringhandlerFunc<HeroController, bool>