chat_proto/proto/umbra/common_frames.proto
Jazz Turner-Baggs 90b3154c12
newline cleanup
2025-07-04 13:36:36 -07:00

10 lines
139 B
Protocol Buffer

syntax = "proto3";
package umbra.common_frames;
message ContentFrame {
uint32 domain = 1;
uint32 tag = 2;
bytes bytes = 3;
}