mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
6 lines
98 B
C#
6 lines
98 B
C#
namespace AssetRipper.Numerics;
|
|
|
|
public record struct BoneWeight1(float Weight, int Index)
|
|
{
|
|
}
|