From 6be5d9eca0b9c488aa137cc55ff23cfed6843a02 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Wed, 18 Aug 2021 00:18:48 +0300 Subject: [PATCH] Updated Object Model (markdown) --- Object-Model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Object-Model.md b/Object-Model.md index a417135..8e6332b 100644 --- a/Object-Model.md +++ b/Object-Model.md @@ -2,7 +2,7 @@ FMG exposes all its basic data to the global namespace. The global namespace is getting polluted and it can cause conflicts with 3rd party extensions. But it allows much faster debugging and allows users to run custom JS code to alter the behavior and perform custom changes. So it allows dev console to be used by end-users. -## Basic structure +# Basic structure FMG has two meta-objects storing most of the map data: * `grid` contains map data before _repacking_ * `pack` contains map data after _repacking_