Initial parser for stormfate replay

This commit is contained in:
2024-05-25 15:08:14 -04:00
parent 1039ccf224
commit d88e5410a0
11 changed files with 895 additions and 1 deletions

10
gen_proto.sh Executable file
View File

@@ -0,0 +1,10 @@
#!/bin/sh
if ! command -v pb-rs &> /dev/null
then
echo "Failed to find pb-rs command"
echo "To install it run : cargo install pb-rs"
exit 1
fi
pb-rs src/protos/stormgate.proto