8 lines
115 B
Protocol Buffer
8 lines
115 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
import "Vector.proto";
|
|
|
|
message EntityClientExtraInfo {
|
|
Vector skill_anchor_position = 1;
|
|
}
|