CitizenRetargetLibrary.cs
namespace CitizenRetarget;

/// <summary>
/// Runtime marker for CARL, the Citizen Animation Retargeting Library.
/// Editor functionality lives in the sibling editor assembly.
/// </summary>
public static class CitizenRetargetLibrary
{
	public const string Name = "CARL";
	public const string FullName = "Citizen Animation Retargeting Library";
}