aboutsummaryrefslogtreecommitdiff
path: root/webAO/dom/initCE.ts
blob: 8c92481415448bb6eef8f8accf132cd5dedc4076 (plain)
1
2
3
4
5
6
7
8
9
import { client } from "../client";

/**
 * Declare cross examination.
 */
export function initCE() {
  client.sender.sendRT("testimony2");
}
window.initCE = initCE;