GC-Proto/unimplemented/PlayerLuaShellNotify.proto

14 lines
275 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
// CmdId: 5224
import "LuaShellType.proto";
message PlayerLuaShellNotify {
uint32 id = 3;
uint32 use_type = 9;
bytes lua_shell = 10;
LuaShellType shell_type = 11;
}