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

11 lines
268 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class StoreDisplayInfoEntry
{
public uint Id;
public uint DisplayType;
public uint DisplayValue;
public uint ModelCameraId;
public uint LocalizedTextIdName;
}
}