コード例 #1
0
ファイル: ConsoleClient.cs プロジェクト: jceipek/dialogic
 private void OnChatEvent(ChatRuntime cm, ChatEvent e)
 {
     HandleCommand(cm, e);
 }