Grasscutter/proto/TowerCurLevelRecordChangeNotify.proto

13 lines
256 B
Protocol Buffer
Raw Normal View History

2022-05-06 06:10:23 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "TowerCurLevelRecord.proto";
// CmdId: 2441
// EnetChannelId: 0
// EnetIsReliable: true
2022-05-06 06:10:23 +00:00
message TowerCurLevelRecordChangeNotify {
TowerCurLevelRecord cur_level_record = 10;
2022-05-06 06:10:23 +00:00
}