mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
19 lines
333 B
Protocol Buffer
19 lines
333 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "Vector.proto";
|
|
|
|
message EvtRushMoveInfo {
|
|
Vector velocity = 13;
|
|
uint32 entityId = 5;
|
|
Vector Unk3300_FGAPBJIPJFG = 6;
|
|
float timeRange = 10;
|
|
int32 faceAngleCompact = 9;
|
|
Vector pos = 14;
|
|
Vector Unk3300_NEBMDDGPBON = 8;
|
|
int32 stateNameHash = 7;
|
|
}
|