damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

monster_step_3.fbs (76B)


      1 enum Color:byte { red, green, blue }
      2 
      3 struct Vec3 {
      4   x:float;
      5   y:float;
      6 }