aztecs-0.4.0.0: src/Data/Aztecs/Entity.hs
module Data.Aztecs.Entity (EntityID (..)) where
-- | Entity ID.
newtype EntityID = EntityID {unEntityId :: Int}
deriving (Eq, Ord, Show)
module Data.Aztecs.Entity (EntityID (..)) where
-- | Entity ID.
newtype EntityID = EntityID {unEntityId :: Int}
deriving (Eq, Ord, Show)