Browse Source

adding kmessage flatbuffers schema to generate on compilation machine

logicp 5 năm trước cách đây
mục cha
commit
385628168e
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      headers/kmessage.fbs

+ 8 - 0
headers/kmessage.fbs

@@ -0,0 +1,8 @@
+namespace KData;
+
+table Message {
+  id: int;
+  data: [ubyte];
+}
+
+root_type Message;