using UnityEngine; namespace Tracking { public class KineticLegTracker : CalibratableTracker { protected override string KeyPrefix => "kl"; } }