HumanoidRetargeter/CoreInfo.cs

Static class storing package version information for the HumanoidRetargeter. It exposes a single public constant string Version set to "0.1.0".

#nullable enable annotations

namespace HumanoidRetargeter;

public static class CoreInfo
{
    public const string Version = "0.1.0";
}