Exemple #1
0
    public void CheckTrumpetInput()
    {
        var e = new ChatWordCountChage(1);

        EventDispatcher.Instance.DispatchEvent(e);
    }
Exemple #2
0
    public void CheckMainInput()
    {
        var e = new ChatWordCountChage(2);

        EventDispatcher.Instance.DispatchEvent(e);
    }