Merge branch 'add_api' into main
All checks were successful
Build Crate / build (push) Successful in 3m16s
All checks were successful
Build Crate / build (push) Successful in 3m16s
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -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
3
src/data/user.rs
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
pub type PlayerId = u32;
|
||||||
|
|
||||||
Reference in New Issue
Block a user