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

8 lines
160 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class Spell4TargetAngleEntry
{
public uint Id;
public float TargetAngle;
}
}