interface AgentHealth {
    hp: number;
    sanity: number;
}

Properties

Properties

hp: number
sanity: number