mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-10 07:06:26 +00:00
11 lines
182 B
Plaintext
Executable File
11 lines
182 B
Plaintext
Executable File
// similar schema, except to be parsed with --prefix-size
|
|
|
|
include "monster_test.fbs";
|
|
|
|
namespace MyGame.Example;
|
|
|
|
root_type Monster;
|
|
|
|
file_identifier "MONS";
|
|
file_extension "mops";
|