1 Commits

Author SHA1 Message Date
976732ab59 Add missing file
All checks were successful
Build Crate / build (push) Successful in 3m11s
2023-09-22 14:35:19 -04:00
2 changed files with 4 additions and 1 deletions

2
.gitignore vendored
View File

@@ -6,4 +6,4 @@ static
pkg
./Cargo.lock
package-lock.json
data
/data/

3
src/data/user.rs Normal file
View File

@@ -0,0 +1,3 @@
pub type PlayerId = u32;