From bc9175a7370b8125bdfbf51e16b11076bf2cef59 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 25 Aug 2021 16:46:44 +0300 Subject: [PATCH] Updated Data model (markdown) --- Data-model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data-model.md b/Data-model.md index ad5511f..3572761 100644 --- a/Data-model.md +++ b/Data-model.md @@ -96,7 +96,7 @@ World data is mainly stored in typed arrays within `cells` object in both `grid` * `pack.cells.crossroad`: `number[]` - cells crossroad score. Show cells where multiple routes are crossing. `Uint16Array` * `pack.cells.q`: `object` - quadtree used for fast closest cell detection -# Secondary pack data +# Secondary data Secondary data available as a part of the `pack` object. ## Cultures