Interface AdHocFormat

The to-be-deprecated format used by Online-Go.com, will be replaced by JGOF as we develop a migration plan

interface AdHocFormat {
    black: AdHocPlayer;
    clock: AdHocClock;
    pause_control: AdHocPauseControl;
    time_control: JGOFTimeControl;
    white: AdHocPlayer;
}

Properties

clock: AdHocClock
pause_control: AdHocPauseControl
time_control: JGOFTimeControl