summaryrefslogtreecommitdiffstats
path: root/common/commands/handshake.fbs
blob: 4492ca946678f80ffe68b3f604a4c463536d410a (plain)
1
2
3
4
5
6
7
8
9
namespace Toynadi;

table Handshake {
    name: string;
}

root_type Handshake;