mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 11:26:07 +00:00
15 lines
307 B
Protocol Buffer
15 lines
307 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForgeQueueManipulateType.proto";
|
|
|
|
// CmdId: 659
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message ForgeQueueManipulateReq {
|
|
uint32 forge_queue_id = 11;
|
|
ForgeQueueManipulateType manipulate_type = 7;
|
|
}
|