mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -23,8 +23,8 @@ import "RogueDiaryAvatarDisableStatus.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message RogueDiaryAvatar {
|
||||
ActivityDungeonAvatar avatar = 2;
|
||||
uint32 level = 14;
|
||||
uint32 tired_round = 13;
|
||||
repeated RogueDiaryAvatarDisableStatus disable_status_list = 9;
|
||||
uint32 level = 10;
|
||||
repeated RogueDiaryAvatarDisableStatus disable_status_list = 7;
|
||||
uint32 tired_round = 2;
|
||||
ActivityDungeonAvatar avatar = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user