uploading levels i think
This commit is contained in:
parent
dfcd9e8921
commit
ac8a121a8c
9 changed files with 167 additions and 9 deletions
7
src/helpers/levels.rs
Normal file
7
src/helpers/levels.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
use std::sync::LazyLock;
|
||||
|
||||
pub static DEFAULT_EXTRA_STRING: LazyLock<String> = LazyLock::new(|| {
|
||||
let string = String::from("29_29_29_40_29_29_29_29_29_29_29_29_29_29_29_29");
|
||||
|
||||
return string;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue