1//! Constructs for identifying GameObjects 2//! 3//! TODO 4//! 5pub mod id; 6pub mod named; 7pub mod relation; 8 9// TODO maybe 10// pub mod class;