Files
2025-03-07 11:39:04 +08:00

8 lines
102 B
Plaintext

namespace MyGame.Example;
table Person {
name:string;
age:int;
}
root_type Person;