using UnityEngine; namespace MoleMole.Config { public class CameraCurvePattern { public string name; public AnimationCurve animationCurve; } }