mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
move useless proto to unimplemented folder
This commit is contained in:
11
unimplemented/UseMiracleRingReq.proto
Normal file
11
unimplemented/UseMiracleRingReq.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user