GC-Proto/unimplemented/PlayerLuaShellNotify.proto

14 lines
275 B
Protocol Buffer
Raw Normal View History

2024-08-28 08:04:33 +03:00
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;
}