nexusforever/Source/NexusForever.Shared/GameTable/Model/GenericUnlockSetEntry.cs
2018-10-09 12:03:35 +13:00

14 lines
433 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class GenericUnlockSetEntry
{
public uint Id;
public uint GenericUnlockScopeEnum;
public uint GenericUnlockEntryId00;
public uint GenericUnlockEntryId01;
public uint GenericUnlockEntryId02;
public uint GenericUnlockEntryId03;
public uint GenericUnlockEntryId04;
public uint GenericUnlockEntryId05;
}
}