diff options
author | sanine <sanine.not@pm.me> | 2023-11-06 01:55:26 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2023-11-06 01:55:26 -0600 |
commit | 41d720dbd78d91ac85239c8352cd479ec898f9e0 (patch) | |
tree | 49e4d73ed89fb6ab69c635525a8e4b1ce88b0b81 /src/world/proposal.js | |
parent | 541b103179cac2dc58962c52b5144b41f75316b0 (diff) |
add cell.js
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, |