1
0
mirror of https://github.com/hyperion-project/hyperion.ng.git synced 2023-10-10 13:36:59 +02:00

10 lines
115 B
Plaintext
Raw Normal View History

2018-12-30 22:07:53 +01:00
namespace hyperionnet;
2018-12-28 17:55:49 +01:00
2018-12-30 22:07:53 +01:00
table Reply {
2018-12-28 17:55:49 +01:00
error:string;
2018-12-30 22:07:53 +01:00
video:int = -1;
registered:int = -1;
2018-12-28 17:55:49 +01:00
}
2018-12-30 22:07:53 +01:00
root_type Reply;