Skip to content

Commit

Permalink
update schema generator script
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Aug 3, 2022
1 parent 38cfec0 commit 69f462e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion genschema.bat
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.\flatc.exe --go --gen-all -o "schema/generated" "schema\shared\Packet.fbs" "schema\shared\EntityPacket.fbs" "schema\client\PlayerPacket.fbs"
.\flatc.exe --go --gen-all -o "schema/generated" "schema\Packets.fbs"
.\flatc.exe --cpp --gen-all -o "schema/generated" "schema\Packets.fbs"

0 comments on commit 69f462e

Please sign in to comment.