using Controller.Bicycle; using UnityEngine; namespace Display { public class RbDebugDisplay : DebugDisplay<RbBicycleController> { } }