Class BoolEvent
A event that can be raised with bool argument(s).
Inherited Members
Namespace: FasterGames.Whiskey.Events
Assembly: cs.temp.dll.dll
Syntax
public class BoolEvent : Event<bool>
A event that can be raised with bool argument(s).
public class BoolEvent : Event<bool>