roguelike/src/Player.hs

4 lines
56 B
Haskell

module Player where
newtype Player = Player (Int, Int)