mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 01:03:41 -04:00
Initial Commit
This commit is contained in:
@ -1,17 +1,16 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.Exploration;
|
||||
|
||||
/// <summary>
|
||||
/// Event generated when scanned a populated system's navigation beacon.
|
||||
/// </summary>
|
||||
public class NavBeaconScan : JournalBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Event generated when scanned a populated system's navigation beacon.
|
||||
/// Number of bodies in system.
|
||||
/// </summary>
|
||||
public class NavBeaconScan : JournalBase
|
||||
{
|
||||
/// <summary>
|
||||
/// Number of bodies in system.
|
||||
/// </summary>
|
||||
public int NumBodies { get; init; }
|
||||
/// <summary>
|
||||
/// Unique ID of system.
|
||||
/// </summary>
|
||||
public ulong SystemAddress { get; init; }
|
||||
}
|
||||
}
|
||||
public int NumBodies { get; init; }
|
||||
/// <summary>
|
||||
/// Unique ID of system.
|
||||
/// </summary>
|
||||
public ulong SystemAddress { get; init; }
|
||||
}
|
Reference in New Issue
Block a user