12 lines
172 B
Haskell
12 lines
172 B
Haskell
module Dodge.Event.Test (
|
|
testEvent,
|
|
) where
|
|
|
|
--import Dodge.Creature.State
|
|
import Dodge.Data.World
|
|
--import Control.Lens
|
|
|
|
testEvent :: World -> World
|
|
testEvent w = w
|
|
|