You’re missing the right-hand side:
MyCustomEvent<public> : event() = event(){}
Once you’ve added the above, you’ll be able to signal the event using
MyCustomEvent.Signal()
You’re missing the right-hand side:
MyCustomEvent<public> : event() = event(){}
Once you’ve added the above, you’ll be able to signal the event using
MyCustomEvent.Signal()