flatbuffers/examples/go-echo/net.fbs

12 lines
122 B
Plaintext

include "hero.fbs";
namespace net;
table Request {
player: hero.Warrior;
}
table Response {
player: hero.Warrior;
}