using UnityEngine; namespace MoleMole { public class ConfigCameraFakeDOF : ScriptableObject { public float Duration; public AnimationCurve Curve; } }