monster_step_3.fbs (76B)
1 enum Color:byte { red, green, blue } 2 3 struct Vec3 { 4 x:float; 5 y:float; 6 }