Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1176892094 authored Apr 11, 2023
1 parent 9c4e312 commit a87981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public class Test1 : MonoBehaviour
{
if (Input.GetKeyDown(KeyCode.Space))
{
EventManager.Send(EventName.OnPlayerDeath); //发送事件
EventManager.Invoke(EventName.OnPlayerDeath); //发送事件
}
}

Expand Down

0 comments on commit a87981f

Please sign in to comment.