10 lines
156 B
Protocol Buffer
10 lines
156 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
import "Vector.proto";
|
||
|
// Obf: BAFEPPHIOGH
|
||
|
message AbilityActionCreateGadget {
|
||
|
Vector pos = 1;
|
||
|
Vector rot = 2;
|
||
|
uint32 room_id = 3;
|
||
|
}
|