mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
14 lines
433 B
C#
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;
|
|
}
|
|
}
|