2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-05 01:53:42 -04:00
Files
pulsar/ObservatoryFramework/Files/Journal/Powerplay/PowerplayVoucher.cs
2021-12-18 13:10:04 -03:30

8 lines
175 B
C#

namespace Observatory.Framework.Files.Journal
{
public class PowerplayVoucher : PowerplayJoin
{
public ImmutableList<string> Systems { get; init; }
}
}