9 lines
164 B
C#
9 lines
164 B
C#
using UnityEngine;
|
|
|
|
public class expBottlesSO : ScriptableObject
|
|
{
|
|
public string expBottleName;
|
|
|
|
[TextArea(3, 3)] public string expBottleDescription;
|
|
}
|