mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-12-16 20:54:57 +01:00
8 lines
227 B
C#
8 lines
227 B
C#
namespace Observatory.Framework.Files.Journal.Other;
|
|
|
|
public class NpcCrewPaidWage : JournalBase
|
|
{
|
|
public ulong NpcCrewId { get; init; }
|
|
public string NpcCrewName { get; init; }
|
|
public int Amount { get; init; }
|
|
} |