mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-13 01:09:26 +03:00
16 lines
308 B
Protocol Buffer
16 lines
308 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "EIKBIGMCLHB.proto";
|
|
import "GCGMessage.proto";
|
|
|
|
// Name: NIHOOOAICMD
|
|
message NIHOOOAICMD {
|
|
uint32 AHOLGMMNMIB = 10;
|
|
repeated GCGMessage DLFDCJHKLCC = 14;
|
|
uint32 controller_id = 6;
|
|
EIKBIGMCLHB action_type = 3;
|
|
}
|
|
|