mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
Melon 3.5
This commit is contained in:
parent
fa082fdd89
commit
5d7ca8d079
@ -2,18 +2,11 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
import "WinterCampRecvItemData.proto";
|
import "WinterCampRecvItemData.proto";
|
||||||
|
|
||||||
|
// Name: OAGALFMPOHL
|
||||||
|
// CmdId: 8740
|
||||||
message WinterCampRecvItemNotify {
|
message WinterCampRecvItemNotify {
|
||||||
//enum DODOHPBBHLL {
|
WinterCampRecvItemData recv_item_data = 9;
|
||||||
// option allow_alias= true;
|
|
||||||
// NONE = 0;
|
|
||||||
// PEPPOHPHJOJ = 8667;
|
|
||||||
// DCDNILFDFLB = 0;
|
|
||||||
// NNBKOLMPOEA = 1;
|
|
||||||
//}
|
|
||||||
|
|
||||||
WinterCampRecvItemData recvItemData = 5;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user