using System.Collections; using System.Collections.Generic; using UnityEngine; namespace JamUtils.FirstPersonCharacterController.RigidbodyVelocity { public class StairChecker : MonoBehaviour { public Transform upper; public Transform lower; void Start() { } void Update() { } } }