Merge branch 'add_api' into main
All checks were successful
Build Crate / build (push) Successful in 3m16s

This commit is contained in:
2023-09-22 14:35:36 -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;