Files
galaxy-game/pkg/schema/fbs/README.md
T
Ilia Denisov 89af8194db flatc readme
2026-03-30 21:24:03 +02:00

10 lines
155 B
Markdown

# Flatbuffers schemas
## Generating sources
Given a `.fbs` file, source code can be generated using `flatc` command:
```shell
flatc --go {file}.fbs
```