corrected powerplayvoucher systems type

This commit is contained in:
Xjph 2021-12-18 13:10:04 -03:30
commit 714537e58a

View file

@ -2,7 +2,6 @@
{ {
public class PowerplayVoucher : PowerplayJoin public class PowerplayVoucher : PowerplayJoin
{ {
//TODO: Find out what this is actually supposed to be. Documented as "Systems:[name,name]" public ImmutableList<string> Systems { get; init; }
public string Systems { get; init; }
} }
} }