12 lines
122 B
Plaintext
12 lines
122 B
Plaintext
|
include "hero.fbs";
|
||
|
|
||
|
namespace net;
|
||
|
|
||
|
table Request {
|
||
|
player: hero.Warrior;
|
||
|
}
|
||
|
|
||
|
table Response {
|
||
|
player: hero.Warrior;
|
||
|
}
|