interface SavedPlayerOnJoinAction_remove_item_in_slot {
    slot: number | EquipmentSlot | "~" | "cursor";
    type: "remove_item_in_slot";
}

Properties

Properties

slot: number | EquipmentSlot | "~" | "cursor"
type: "remove_item_in_slot"