mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.2
This commit is contained in:
@@ -25,6 +25,7 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
message RoutePoint {
|
||||
Vector position = 1;
|
||||
float arrive_range = 2;
|
||||
bool has_reach_event = 3;
|
||||
oneof move_params {
|
||||
float velocity = 11;
|
||||
float time = 12;
|
||||
|
Reference in New Issue
Block a user