Options Dialog refactor for more generic
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using Assets.Scripts.Interfaces;
|
||||
using UnityEngine;
|
||||
|
||||
[CreateAssetMenu()]
|
||||
public class EducationInfoSO : IDialogOption
|
||||
{
|
||||
public string Description;
|
||||
public float Price;
|
||||
public EducationSkill Skill;
|
||||
}
|
||||
Reference in New Issue
Block a user