mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-23 10:21:42 +00:00
?
This commit is contained in:
parent
7fe6c9658b
commit
8f1273d1b7
@ -4,6 +4,6 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
message HitTreeNotify {
|
||||
Vector hit_postion = 3;
|
||||
uint32 wood_type = 1;
|
||||
Vector hit_postion = 1;
|
||||
uint32 wood_type = 2;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user