monster_step_4.fbs (130B)
1 enum Color:byte { red, green, blue } 2 3 struct Vec3 { 4 x:float; 5 y:float; 6 } 7 8 table Monster { 9 pos:Vec3; 10 color:Color = Blue; 11 } 12
damusnostr ios client | |
git clone git://jb55.com/damus | |
Log | Files | Refs | README | LICENSE |