Static class that stores package core information. It defines a single constant string Version with value "0.1.0".
#nullable enable annotations
namespace HumanoidRetargeter;
public static class CoreInfo
{
public const string Version = "0.1.0";
}