2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-14 23:54:43 -04:00
2024-04-13 18:10:46 +10:00

14 lines
293 B
C#

namespace Observatory.Framework.Files.Journal.Startup;
public class Powerplay : JournalBase
{
public string Power { get; init; }
public int Rank { get; init; }
public int Merits { get; init; }
public int Votes { get; init; }
public long TimePledged { get; init; }
}