mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-15 12:24:57 +01:00
Implement Other state events
now emitted to websocket connections on connect
This commit is contained in:
@@ -6,5 +6,5 @@ namespace Observatory.Framework.Files.Journal.StationServices;
|
||||
public class CommunityGoal : JournalBase
|
||||
{
|
||||
public override string Event => "CommunityGoal";
|
||||
public IReadOnlyCollection<CurrentGoal> CurrentGoals { get; init; }
|
||||
public List<CurrentGoal> CurrentGoals { get; init; }
|
||||
}
|
||||
Reference in New Issue
Block a user