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

11 lines
240 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class SoundImpactEventsEntry
{
public uint Id;
public uint Origin;
public uint Target;
public uint Qualifier;
public uint Event;
}
}