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

12 lines
281 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class ItemSetBonusEntry
{
public uint Id;
public uint RequiredPower;
public uint UnitProperty2Id;
public float Scalar;
public float Offset;
public uint Spell4Id;
}
}