mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 13:09:26 +03:00
a9b72e6aa2
* Fix DailyTaskFilterCityRsp
9 lines
153 B
Protocol Buffer
9 lines
153 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
message MathQuaternion {
|
|
float x = 1;
|
|
float y = 2;
|
|
float z = 3;
|
|
float w = 4;
|
|
}
|