syntax = "proto3"; enum MonsterBornType { MONSTER_BORN_TYPE_NONE = 0; MONSTER_BORN_TYPE_DEFAULT = 1; MONSTER_BORN_TYPE_RANDOM = 2; }