diff options
author | SmashedFrenzy16 <68993968+SmashedFrenzy16@users.noreply.github.com> | 2023-03-15 01:14:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 20:14:05 -0500 |
commit | 3cb27fa24130df43e39d3fcc7def2177ae0d6d3a (patch) | |
tree | a2e0743a98a275e2094023a2c6e4fd7f8b3d640d | |
parent | d3d7e2ef992ef1e711785d39080fc4f359267f36 (diff) | |
download | flatbuffers-3cb27fa24130df43e39d3fcc7def2177ae0d6d3a.tar.gz flatbuffers-3cb27fa24130df43e39d3fcc7def2177ae0d6d3a.tar.bz2 flatbuffers-3cb27fa24130df43e39d3fcc7def2177ae0d6d3a.zip |
Adding comment for code clarification (#7856)
Co-authored-by: Derek Bailey <derekbailey@google.com>
-rw-r--r-- | dart/test/monster_test.fbs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dart/test/monster_test.fbs b/dart/test/monster_test.fbs index b40ecf58..8a124f25 100644 --- a/dart/test/monster_test.fbs +++ b/dart/test/monster_test.fbs @@ -59,6 +59,8 @@ struct Vec3 (force_align: 8) { test3:Test; } +// Stats for monster + struct Ability { id:uint(key); distance:uint; |