pub type PlayerContainer = BaseObjectContainer<IPlayer, WorldEntity>;
pub struct PlayerContainer(/* private fields */);