namespace NexusForever.Shared.GameTable.Model { public class RewardRotationModifierEntry { public uint Id; public uint RewardPropertyId; public uint RewardPropertyData; public float Value; public uint MinPlayerLevel; public uint WorldDifficultyFlags; } }