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

11 lines
267 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class ItemRandomStatEntry
{
public uint Id;
public uint ItemRandomStatGroupId;
public float Weight;
public uint ItemStatTypeEnum;
public uint ItemStatData;
}
}