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

9 lines
190 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class Spell4StackGroupEntry
{
public uint Id;
public uint StackCap;
public uint StackTypeEnum;
}
}