static public EntityDef[] GetEntityDefs() { using (BasicChannel channel = new BasicChannel()) { return(channel.GetEntityDefs()); } }