GC-Proto/proto/AbilityActionGenerateElemBa...

12 lines
194 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
import "Vector.proto";
option java_package = "emu.grasscutter.net.proto";
message AbilityActionGenerateElemBall {
2023-03-02 20:39:06 +03:00
uint32 roomId = 3;
Vector rot = 12;
Vector pos = 1;
}