2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-07-02 00:43:42 -04:00
Files
pulsar/ObservatoryFramework/Files/Journal/Other/CrewLaunchFighter.cs
2022-03-15 11:15:44 -02:30

9 lines
205 B
C#

namespace Observatory.Framework.Files.Journal
{
public class CrewLaunchFighter : CrewMemberJoins
{
public ulong ID { get; init; }
public bool Telepresence { get; init; }
}
}