mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-09-23 05:34:19 +03:00
move useless proto to unimplemented folder
This commit is contained in:
15
unimplemented/DeshretObeliskChestInfo.proto
Normal file
15
unimplemented/DeshretObeliskChestInfo.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Version: 4.6.0
|
||||
// Obfs: MEIMHEKHOLO
|
||||
message DeshretObeliskChestInfo {
|
||||
uint32 group_id = 3;
|
||||
uint32 map_layer_id = 5;
|
||||
Vector pos = 8;
|
||||
uint32 config_id = 9;
|
||||
uint32 scene_id = 13;
|
||||
}
|
Reference in New Issue
Block a user