Skip to main content

workshop_rs/settings/data/
generated_mode_entries.rs

1// Generated from the reviewed workshop-data export; Capture The Flag is
2// retained from the pinned Bastion artifact because the export has no mode
3// label entry for this current settings section.
4pub static GENERATED_MODE_NAMES: &[NameMap] = &[
5NameMap {
6    key: "ctf",
7    name: "Capture The Flag",
8},
9NameMap {
10    key: "general",
11    name: "General",
12},
13];