2023-01-14 11:31:39 -05:00

7 lines
103 B
C#

namespace AssetRipper.Numerics
{
public record struct BoneWeight1(float Weight, int Index)
{
}
}