Appearance
private void OnSprinklerSplashed( Sprinkler instance ) { Puts( "OnSprinklerSplashed works!" ); }
//--- return true; } return false; } } Interface.CallHook("OnSprinklerSplashed", this); }