2 Commits

Author SHA1 Message Date
319c77cfa3 Merge branch 'add_api' into main
All checks were successful
Build Crate / build (push) Successful in 3m16s
2023-09-22 14:35:36 -04:00
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 pkg
./Cargo.lock ./Cargo.lock
package-lock.json package-lock.json
data /data/

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

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