mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
19 lines
365 B
Protocol Buffer
19 lines
365 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: JCBNLMMLEEB
|
|
message EvtRushMoveInfo {
|
|
Vector KJALEBGPBJL = 1;
|
|
Vector pos = 3;
|
|
Vector CPJPIOFFALP = 9;
|
|
int32 face_angle_compact = 13;
|
|
Vector velocity = 2;
|
|
uint32 entity_id = 11;
|
|
int32 state_name_hash = 7;
|
|
float timeRange = 6;
|
|
}
|
|
|