syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; // Version: 5.0 enum EONIAEGPPEC { EONIAEGPPEC_MSG_UNKNOWN = 0; EONIAEGPPEC_MSG_BLOCK_REFRESH_COUNTDOWN = 1; EONIAEGPPEC_MSG_AVATAR_REVIVE_BY_STATUE = 2; EONIAEGPPEC_MSG_DAILY_TASK_REWARD_MAX_NUM = 3; EONIAEGPPEC_MSG_ROUTINE_TYPE_NOT_OPEN = 4; EONIAEGPPEC_MSG_ROUTINE_TYPE_REWARD_MAX_NUM = 5; }