Interface AbsoluteClock

interface AbsoluteClock {
    thinking_time: number;
}

Properties

Properties

thinking_time: number