mirror of
https://github.com/BotChain-Robots/flatbuffers.git
synced 2026-07-08 09:37:21 +02:00
8 lines
102 B
Plaintext
8 lines
102 B
Plaintext
namespace Messaging;
|
|
|
|
table AngleControlMessage {
|
|
angle: int16;
|
|
}
|
|
|
|
root_type AngleControlMessage;
|