mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-26 00:19:24 +03:00
22 lines
431 B
Protocol Buffer
22 lines
431 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
|
||
|
|
||
|
import "AranaraCollectionState.proto";
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message AddAranaraCollectionNotify {
|
||
|
enum DCJEFDEAHBE {
|
||
|
option allow_alias = true;
|
||
|
NONE = 0;
|
||
|
PEPPOHPHJOJ = 6395;
|
||
|
DCDNILFDFLB = 0;
|
||
|
NNBKOLMPOEA = 1;
|
||
|
}
|
||
|
|
||
|
AranaraCollectionState Unk3300_AFBIBLNKCOD = 10;
|
||
|
AranaraCollectionState Unk3300_NJLJBBMJLBK = 15;
|
||
|
uint32 collectionId = 1;
|
||
|
uint32 collectionType = 5;
|
||
|
}
|