mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-30 17:49:40 +03:00
15 lines
236 B
Protocol Buffer
15 lines
236 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// CmdId: 3035
|
|
// Name: DMADALIOKGO
|
|
message HitTreeNotify {
|
|
Vector tree_pos = 12;
|
|
Vector drop_pos = 1;
|
|
uint32 tree_type = 9;
|
|
}
|
|
|