mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-09 00:59:46 -04:00
11 lines
245 B
Protocol Buffer
11 lines
245 B
Protocol Buffer
// // THIS FILE IS AUTOMATICALLY GENERATED BY SPACETIMEDB. EDITS TO THIS FILE
|
|
// WILL NOT BE SAVED. MODIFY TABLES IN RUST INSTEAD.
|
|
|
|
syntax = "proto3";
|
|
import "TestA.proto";
|
|
import "TestB.proto";
|
|
message Test {
|
|
TestA arg = 1;
|
|
TestB arg2 = 2;
|
|
}
|