roguelike/src/Player.hs

4 lines
56 B
Haskell
Raw Normal View History

2021-02-11 22:40:00 +00:00
module Player where
newtype Player = Player (Int, Int)