• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1include "hero.fbs";
2
3namespace net;
4
5table Request {
6	player: hero.Warrior;
7}
8
9table Response  {
10	player: hero.Warrior;
11}
12