using System.Collections; using System.Collections.Generic; using UnityEngine; public class JobItemUITemplate : MonoBehaviour { public string Description { get; set; } public string Sallary { get; set; } }