GC-Proto/proto/EvtDestroyGadgetNotify.proto

15 lines
272 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-08-22 20:09:33 +03:00
import "ForwardType.proto";
2023-08-22 20:23:37 +03:00
// CmdId: 317
// EnetChannelId: 0
// EnetIsReliable: true
// IsAllowClient: true
2022-11-06 15:30:21 +03:00
message EvtDestroyGadgetNotify {
2023-08-22 20:23:37 +03:00
ForwardType forward_type = 10;
uint32 entity_id = 8;
2022-11-06 15:30:21 +03:00
}