pub type Track = Compass<TrackType>;
Represents a track - the compass direction that the entity is travelling
struct Track { /* private fields */ }