1// automatically generated by the FlatBuffers compiler, do not modify 2/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */ 3/** 4 * Composite components of Monster color. 5 */ 6export var Color; 7(function (Color) { 8 Color[Color["Red"] = 1] = "Red"; 9 /** 10 * \brief color Green 11 * Green is bit_flag with value (1u << 1) 12 */ 13 Color[Color["Green"] = 2] = "Green"; 14 /** 15 * \brief color Blue (1u << 3) 16 */ 17 Color[Color["Blue"] = 8] = "Blue"; 18})(Color || (Color = {})); 19