This commit is contained in:
Justin Davis
2025-12-09 22:01:51 -05:00
parent c7627432ef
commit 45e352b18f
11 changed files with 454 additions and 41 deletions

View File

@@ -38,6 +38,7 @@ union Gadget {
table Movie {
main_character: Character;
characters: [Character];
gadget: Gadget;
}
root_type Movie;