mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-03-29 03:52:37 +02:00
Fix deforestation protocol on 2.7
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
syntax = "proto3";
|
syntax = "proto3";
|
||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
import "Vector.proto";
|
import "Vector.proto";
|
||||||
message HitTreeNotify {
|
message HitTreeNotify {
|
||||||
uint32 wood_type = 1;
|
Vector hit_postion = 3;
|
||||||
uint32 unknown_data = 2; // if you know what it means, welcome to describe
|
uint32 wood_type = 1;
|
||||||
Vector hit_postion = 3;
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user