mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-13 15:24:44 -04:00
9 lines
275 B
C#
9 lines
275 B
C#
namespace Observatory.Framework.Files.Journal.Odyssey;
|
|
|
|
public class RenameSuitLoadout : JournalBase
|
|
{
|
|
public ulong SuitID { get; init; }
|
|
public string SuitName { get; init; }
|
|
public ulong LoadoutID { get; init; }
|
|
public string LoadoutName { get; init; }
|
|
} |