mirror of
https://github.com/NexusForever/NexusForever
synced 2026-08-14 00:26:05 -04:00
15 lines
399 B
C#
15 lines
399 B
C#
namespace NexusForever.Shared.GameTable.Model
|
|
{
|
|
public class Spell4ModificationEntry
|
|
{
|
|
public uint Id;
|
|
public uint Spell4EffectsId;
|
|
public uint ModificationParameterEnum;
|
|
public uint Priority;
|
|
public uint ModificationTypeEnum;
|
|
public float Data00;
|
|
public float Data01;
|
|
public float Data02;
|
|
public float Data03;
|
|
}
|
|
}
|