|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ForwardType.proto";
|
|
|
|
// CmdId: 317
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
// IsAllowClient: true
|
|
message EvtDestroyGadgetNotify {
|
|
ForwardType forward_type = 10;
|
|
uint32 entity_id = 8;
|
|
}
|