mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-24 15:39:25 +03:00
11 lines
249 B
Protocol Buffer
11 lines
249 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
enum RogueDiaryAvatarDisableStatus {
|
|
ROGUE_DIARY_AVATAR_DISABLE_STATUS_NONE = 0;
|
|
ROGUE_DIARY_AVATAR_DISABLE_STATUS_DEATH = 1;
|
|
ROGUE_DIARY_AVATAR_DISABLE_STATUS_TIRED = 2;
|
|
ROGUE_DIARY_AVATAR_DISABLE_STATUS_DUPLICATED = 3;
|
|
}
|