diff options
Diffstat (limited to 'common/commands/handshake.fbs')
-rw-r--r-- | common/commands/handshake.fbs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/commands/handshake.fbs b/common/commands/handshake.fbs new file mode 100644 index 0000000..4492ca9 --- /dev/null +++ b/common/commands/handshake.fbs | |||
@@ -0,0 +1,9 @@ | |||
1 | |||
2 | namespace Toynadi; | ||
3 | |||
4 | table Handshake { | ||
5 | name: string; | ||
6 | } | ||
7 | |||
8 | root_type Handshake; | ||
9 | |||