git-subtree-dir: third_party/flatbuffers git-subtree-split: 595bf0007ab1929570c7671f091313c8fc20644e
3 lines
97 B
Plaintext
3 lines
97 B
Plaintext
enum Color : int {Red = 1, Blue, Orange}
|
|
|
|
enum Size: int {Small = 10, Large = 100, Medium = 1000} |