mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-03 09:03:42 -04:00
Initial Commit
This commit is contained in:
@ -1,15 +1,14 @@
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.Startup;
|
||||
|
||||
public class Powerplay : JournalBase
|
||||
{
|
||||
public class Powerplay : JournalBase
|
||||
{
|
||||
public string Power { get; init; }
|
||||
public string Power { get; init; }
|
||||
|
||||
public int Rank { get; init; }
|
||||
public int Rank { get; init; }
|
||||
|
||||
public int Merits { get; init; }
|
||||
public int Merits { get; init; }
|
||||
|
||||
public int Votes { get; init; }
|
||||
public int Votes { get; init; }
|
||||
|
||||
public long TimePledged { get; init; }
|
||||
}
|
||||
}
|
||||
public long TimePledged { get; init; }
|
||||
}
|
Reference in New Issue
Block a user