using UnityEngine; public class expBottlesSO : ScriptableObject { public string expBottleName; [TextArea(3, 3)] public string expBottleDescription; }