This commit is contained in:
villaingames 2023-09-19 21:56:45 +09:00
commit ffc837728e

View File

@ -54,7 +54,7 @@ public class MyEvent : EventBase
``` ```
This is a sample listener script. This is a sample listener script.
You can Subscribe, Unsubscribe events and define functions when your event published. You can 'Subscribe' and 'Unsubscribe' events with callback function, act after you published event.
```cs ```cs
public class Listener : MonoBehavior public class Listener : MonoBehavior
{ {