This commit is contained in:
zhaodice 2022-06-01 19:30:13 +08:00 committed by Melledy
parent 7fe6c9658b
commit 8f1273d1b7

View File

@ -4,6 +4,6 @@ option java_package = "emu.grasscutter.net.proto";
import "Vector.proto"; import "Vector.proto";
message HitTreeNotify { message HitTreeNotify {
Vector hit_postion = 3; Vector hit_postion = 1;
uint32 wood_type = 1; uint32 wood_type = 2;
} }