using UnityEngine; [CreateAssetMenu] public class PlayerStats : ScriptableObject { public float movementSpeed = 3f; public float suckSpeed = 1f; }