diff --git a/Design-Doc%3A-%60level%60-tool.md b/Design-Doc%3A-%60level%60-tool.md index bb599f7..d225877 100644 --- a/Design-Doc%3A-%60level%60-tool.md +++ b/Design-Doc%3A-%60level%60-tool.md @@ -98,7 +98,7 @@ For (number of entities): ``` * 2 bytes: Number of component classes For (number of component classes): - * 2 bytes: ID of this component class + * 2 bytes: Component Class ID * 2 bytes: Number of 16-bit properties associated with this component (Order of properties are identical to order of properties in configuration TOML) ``` @@ -106,7 +106,7 @@ For (number of component classes): ``` * 2 bytes: Number of component objects For (number of component objects): - * 2 bytes: ID of this component object + * 2 bytes: Component Object ID * 2 bytes: ID of the associated entity * 2 bytes: ID of the component class ```