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

// TODO maybe
// pub mod class;