Complete refactor using protobuff

This commit is contained in:
ycc
2022-01-15 22:19:29 +01:00
parent 60b14db80c
commit c07cdff3de
29 changed files with 1088 additions and 131 deletions

4
pb/protogen.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
protoc -I=. --go_out=.. messages.proto
mv ../forge.redroom.link/yves/meowlib/messages.pb.go ../
rm -rf ../forge.redroom.link