mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 17:05:20 +01:00
?
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user