示例#1
0
 /// <summary>
 /// Gets all the celestial worlds that are mapped to this system. Alias of <see cref="CelestialWorld.SearchCoordinatesAsync(DbContext, SystemWorld)"/>.
 /// </summary>
 /// <param name="context"></param>
 /// <returns></returns>
 public async Task <List <CelestialWorld> > GetCachedCelestialWorldsAsync(DbContext context) => await CelestialWorld.SearchCoordinatesAsync(context, this);
示例#2
0
 internal Metadata(CelestialWorld world)
 {
     World = world;
 }