Exemplo n.º 1
0
 public static EntityWrapper Wrap(Entity entity, WorldType entityWorldType)
 {
     return(new EntityWrapper(entity, EntityManagerWrapper.FromWorld(entityWorldType)));
 }