| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Aztecs.ECS.Component
Synopsis
- class (Typeable a, Storage a (StorageT a)) => Component a where
- newtype ComponentID = ComponentID {
- unComponentId :: Int
Documentation
class (Typeable a, Storage a (StorageT a)) => Component a Source #
Component that can be stored in the World.
Instances
newtype ComponentID Source #
Component ID.
Constructors
| ComponentID | |
Fields
| |