mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-14 23:54:43 -04:00
10 lines
327 B
C#
10 lines
327 B
C#
namespace Observatory.Framework.Files.Journal.Odyssey;
|
|
|
|
public class DeleteSuitLoadout : JournalBase
|
|
{
|
|
public ulong SuitID { get; init; }
|
|
public string SuitName { get; init; }
|
|
public string SuitName_Localised { get; init; }
|
|
public ulong LoadoutID { get; init; }
|
|
public string LoadoutName { get; init; }
|
|
} |