• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// automatically generated by the FlatBuffers compiler, do not modify
2
3/**
4 * Composite components of Monster color.
5 */
6export enum Color{
7  Red = 1,
8
9  /**
10   * \brief color Green
11   * Green is bit_flag with value (1u << 1)
12   */
13  Green = 2,
14
15  /**
16   * \brief color Blue (1u << 3)
17   */
18  Blue = 8
19}
20
21