EDBGS/EDPlayerJournal/Entries/PowerplayDeliverEntry.cs
Florian Stinglmayr 693d49be14 add new entries
the content is not yet known, but we do know the event name
2025-03-06 09:58:44 +01:00

8 lines
151 B
C#

namespace EDPlayerJournal.Entries;
public class PowerplayDeliverEntry : Entry {
protected override void Initialise() {
// TODO
}
}