Esempio n. 1
0
        private static async Task SendEvent(PostEventContext post, EventResultType type)
        {
            var reply = new EventResult
            {
                ResultType = type
            };
            var json = reply.ToJSON();

            await SendReply(post, json);
        }
Esempio n. 2
0
 public void ShowEventResult(EventResultType type, string text, int duration, int userTagId, int triggerBoxId, bool isOutSide)
 {
 }