diff options
Diffstat (limited to 'world.rhm')
-rw-r--r-- | world.rhm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,7 @@ import: "chunk.rhm" open "entity.rhm" open + "item.rhm" open export: Chunk @@ -13,6 +14,9 @@ export: EntityPlayer EntityGatherable Direction + ItemCap + Item + Slot class World(chunks :: MutableList.now_of(Chunk), entities :: MutableList.now_of(Entity)): |