mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-06 20:13:46 +08:00
Fix deforestation protocol and add a new field
I don't understand the reason why ** makes two same positions data
This commit is contained in:
parent
8f1273d1b7
commit
8742e8de06
@ -3,7 +3,11 @@ syntax = "proto3";
|
|||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
import "Vector.proto";
|
import "Vector.proto";
|
||||||
|
|
||||||
|
// Command code: 5222
|
||||||
|
|
||||||
message HitTreeNotify {
|
message HitTreeNotify {
|
||||||
Vector hit_postion = 1;
|
Vector hit_postion = 3;
|
||||||
uint32 wood_type = 2;
|
uint32 wood_type = 4;
|
||||||
|
Vector hit_postion_duplicated = 13; //I don't understand the reason why ** makes two same positions data
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user