From 252873eb438b54fe968595a787abb8e32bf8699f Mon Sep 17 00:00:00 2001
From: ls9512 <598914653@qq.com>
Date: Tue, 8 Dec 2020 15:38:05 +0800
Subject: [PATCH] Update README
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 25d7a97..b9ec0f9 100644
--- a/README.md
+++ b/README.md
@@ -109,7 +109,7 @@ Used to manage the event listener registration/de-registration of a specified ob
The user class implements the event mechanism by inheriting the class or initializing the class by itself, which can automatically register and de-register the object, and provide quick-call listener registration, removal, and event distribution interfaces.
### 2.5. Unity MonoListener
-与 ObjectListener 接口相同,提供给 MonoBehaviour 游戏对象使用。
+Same as ObjectListener's interface,uesd for MonoBehaviour GameObject.
### 2.6. Event Handler
* **Type** : Event type