From 4cdfd0a1654bfe77d99bda434cebd990f6196afd Mon Sep 17 00:00:00 2001 From: boyned Date: Tue, 31 Jan 2017 21:52:09 -0800 Subject: [PATCH] fix bamboo syntax --- github.io/docs/astron/en/master/00-message-encoding.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/github.io/docs/astron/en/master/00-message-encoding.md b/github.io/docs/astron/en/master/00-message-encoding.md index ddbaff4..9f2439c 100644 --- a/github.io/docs/astron/en/master/00-message-encoding.md +++ b/github.io/docs/astron/en/master/00-message-encoding.md @@ -63,11 +63,12 @@ field id. Astron will always broadcast fields in that order. Example DC Class: - dclass DistributedAvatar + dclass DistributedAvatar { name(string n) required db; // ID = 0 | Value = "Throgdar" x(uint64 x) broadcast ram; // ID = 1 | Value = 5 y(uint64 y) broadcast ram; // ID = 2 | No Value z(uint64 z) broadcast ram; // ID = 3 | Value = 0 + } Serialized form: