示例#1
0
    async void Awake()
    {
        var msg = await EventBetter.ListenAsync <TextMessage>();

        Debug.Log(msg.text, this);
    }