mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-16 12:44:57 +01:00
Initial Commit
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Observatory.Framework.Files.Journal
|
||||
namespace Observatory.Framework.Files.Journal.Powerplay;
|
||||
|
||||
public class PowerplayVote : PowerplayJoin
|
||||
{
|
||||
public class PowerplayVote : PowerplayJoin
|
||||
{
|
||||
public int Votes { get; init; }
|
||||
[JsonPropertyName("")]
|
||||
public int UnnamedValue { get; init; }
|
||||
public string System { get; init; }
|
||||
}
|
||||
}
|
||||
public int Votes { get; init; }
|
||||
[JsonPropertyName("")]
|
||||
public int UnnamedValue { get; init; }
|
||||
public string System { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user