CitizenRetarget/CitizenRetargetRootMotionMode.cs
namespace Sandbox;

public enum CitizenRetargetRootMotionMode
{
	Keep,
	InPlace
}