import { ConfigUiParamsCategories } from "@24tools/ads_common"; export const characterSettings: ConfigUiParamsCategories[] = [ { id: "character", name: "Character settings", params: [ { id: "movement_speed", name: "Movement speed", type: "int", values: [ 0, 10, 3 ] }, ] } ]