Grasscutter/proto/HitTreeNotify.proto

10 lines
195 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2022-06-01 11:29:12 +00:00
import "Vector.proto";
message HitTreeNotify {
2022-06-01 11:29:12 +00:00
Vector hit_postion = 3;
uint32 wood_type = 1;
}