add school

This commit is contained in:
Vova
2023-12-18 22:23:48 +02:00
parent 2399e99c68
commit d9b84788e1
42 changed files with 1572 additions and 24 deletions
@@ -5,6 +5,7 @@ using UnityEngine;
public class EducationInfoSO : IDialogOption
{
public string Description;
public float Price;
public int Duration;
public float EnrollPrice;
public EducationSkill Skill;
}