mischief-ecs-0.1.0.0: src/Mischief/ECS/Relationships.hs
{-# LANGUAGE AllowAmbiguousTypes #-}
module Mischief.ECS.Relationships where
import Mischief.ECS.Components
data IsExclusiveRelationship = IsExclusiveRelationship deriving (Show, Component)
{-# LANGUAGE AllowAmbiguousTypes #-}
module Mischief.ECS.Relationships where
import Mischief.ECS.Components
data IsExclusiveRelationship = IsExclusiveRelationship deriving (Show, Component)