2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-02 00:43:42 -04:00
Files
pulsar/ObservatoryFramework/Files/Journal/Combat/FighterDestroyed.cs
2021-11-22 10:37:50 -03:30

8 lines
152 B
C#

namespace Observatory.Framework.Files.Journal
{
public class FighterDestroyed : JournalBase
{
public ulong ID { get; init; }
}
}