From 3f1eb7c67718fa4a441b7f774c0aed688f37a971 Mon Sep 17 00:00:00 2001 From: hyunwoo Date: Sun, 17 Sep 2023 23:59:20 +0900 Subject: [PATCH] Update readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca7bf15..b1b0259 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ public class MyEvent : EventBase ``` 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 public class Listener : MonoBehavior {