コード例 #1
0
ファイル: PostEventHandler.cs プロジェクト: eds2code/lara
        private static async Task SendEvent(PostEventContext post, EventResultType type)
        {
            var reply = new EventResult
            {
                ResultType = type
            };
            var json = reply.ToJSON();

            await SendReply(post, json);
        }
コード例 #2
0
 public void ShowEventResult(EventResultType type, string text, int duration, int userTagId, int triggerBoxId, bool isOutSide)
 {
 }