interface WoolGamesPrivateGameConfig {
    game_speed: string;
    health_buff: string;
    no_class: "Enabled" | "Disabled";
    one_hit_one_kill: boolean;
    rainbow_wool: "Enabled" | "Disabled";
    respawn_enable: boolean;
    speed: string;
}

Properties

game_speed: string
health_buff: string
no_class: "Enabled" | "Disabled"
one_hit_one_kill: boolean
rainbow_wool: "Enabled" | "Disabled"
respawn_enable: boolean
speed: string