7 lines
121 B
Protocol Buffer
7 lines
121 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
message AbilityActionGenerateElemBall {
|
||
|
Vector pos = 11;
|
||
|
Vector rot = 7;
|
||
|
}
|