Grasscutter/proto/HitTreeNotify.proto

14 lines
336 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2022-06-01 11:29:12 +00:00
import "Vector.proto";
// Command code: 5222
message HitTreeNotify {
Vector hit_postion = 3;
uint32 wood_type = 4;
Vector hit_postion_duplicated = 13; //I don't understand the reason why ** makes two same positions data
}