syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "Vector.proto"; message HitTreeNotify { Vector hit_postion = 1; uint32 wood_type = 2; }