Files
SimUL/Assets/Scripts/UIElements/JobItemUITemplate.cs
T
2023-03-27 18:36:16 +03:00

10 lines
215 B
C#

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