mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 04:14:58 +01:00
Initial Commit
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
|
||||
public class SetUserShipName : JournalBase
|
||||
{
|
||||
public class SetUserShipName : JournalBase
|
||||
{
|
||||
public string Ship { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
public string UserShipName { get; init; }
|
||||
public string UserShipId { get; init; }
|
||||
}
|
||||
}
|
||||
public string Ship { get; init; }
|
||||
public ulong ShipID { get; init; }
|
||||
public string UserShipName { get; init; }
|
||||
public string UserShipId { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user