data to consts, cheatmenu

This commit is contained in:
Llywelwyn 2023-09-24 23:46:27 +01:00
parent a2fb893f49
commit 0d4c0c9558
47 changed files with 178 additions and 87 deletions

View file

@ -4,7 +4,7 @@ pub mod prefab_levels;
pub mod prefab_sections;
pub mod prefab_vaults;
use std::collections::HashSet;
use crate::data::ids::*;
use crate::consts::ids::*;
#[derive(PartialEq, Copy, Clone)]
#[allow(dead_code)]