mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
15 lines
256 B
Protocol Buffer
15 lines
256 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "CodexType.proto";
|
|
|
|
// CmdId: 4209
|
|
// Name: CAEKJKGCKLD
|
|
message CodexDataUpdateNotify {
|
|
uint32 id = 13;
|
|
CodexType type = 6;
|
|
uint32 weapon_max_promote_level = 10;
|
|
}
|
|
|