Update readme.md

This commit is contained in:
hyunwoo 2023-09-17 23:59:20 +09:00
parent 717a70ba23
commit 3f1eb7c677

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
{ {