Exemplo n.º 1
0
 public DustEntity resolveKeyImpl(DustKey key)
 {
     return(getEntity(key.module, key.key));
 }
Exemplo n.º 2
0
 public static DustDataEntity getEntity(DustKey key)
 {
     return(getSystem().getEntity(key.module, key.key));
 }