using UnityEngine; namespace Moonlit.FootstepPro { [RequireComponent(typeof(Camera))] [AddComponentMenu("FootprintSystem/Camera Settings")] public class CameraSettings : MonoBehaviour { public bool Disable = true; } }