mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 13:32:40 +00:00
Adding comment for code clarification (#7856)
Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -59,6 +59,8 @@ struct Vec3 (force_align: 8) {
|
|||||||
test3:Test;
|
test3:Test;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Stats for monster
|
||||||
|
|
||||||
struct Ability {
|
struct Ability {
|
||||||
id:uint(key);
|
id:uint(key);
|
||||||
distance:uint;
|
distance:uint;
|
||||||
|
|||||||
Reference in New Issue
Block a user