7 lines
215 B
Haskell
7 lines
215 B
Haskell
{- |
|
|
Placeholder... not sure of its purpose, but might deal with pure world change functions.
|
|
The world datatype itself is very intertwined with the creature, weapon, etc datatypes.
|
|
-}
|
|
module Dodge.World
|
|
where
|