1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-14 13:42:59 +03:00
Files
GC-Proto/unimplemented/UseMiracleRingReq.proto
2024-08-21 22:00:57 +08:00

12 lines
237 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
// 4.7.0
// CmdId: 24421
// Obf: NPPAHHLALEN
message UseMiracleRingReq {
Vector pos = 7;
uint32 miracle_ring_op_type = 3;
Vector rot = 22;
}