diff options
Diffstat (limited to 'src/world/proposal.js')
-rw-r--r-- | src/world/proposal.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/world/proposal.js b/src/world/proposal.js index d1f2eb0..775466c 100644 --- a/src/world/proposal.js +++ b/src/world/proposal.js @@ -10,6 +10,14 @@ import { pairs, deepEqual } from '../util.js'; * } */ + +/* cell structure: + * { + * type: string + * flags: object + * } + */ + /* action structure: * { * name: string, |