Grasscutter/proto/TowerBuffSelectReq.proto

12 lines
212 B
Protocol Buffer
Raw Normal View History

2022-05-06 06:10:23 +00:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 2407
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-05-06 06:10:23 +00:00
message TowerBuffSelectReq {
uint32 tower_buff_id = 2;
2022-05-06 06:10:23 +00:00
}