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

12 lines
307 B
C#

namespace NexusForever.Shared.GameTable.Model
{
public class MissileRevolverTrackEntry
{
public uint Id;
public float Radius;
public float Speed;
public float SpeedMultiplier;
public float ScaleMultiplier;
public uint ModelAttachmentIdHeight;
}
}