public DustEntity resolveKeyImpl(DustKey key) { return(getEntity(key.module, key.key)); }
public static DustDataEntity getEntity(DustKey key) { return(getSystem().getEntity(key.module, key.key)); }