start to implement jobs dialog

This commit is contained in:
2023-03-27 18:36:16 +03:00
parent c0720799d8
commit a3e82c8649
7 changed files with 575 additions and 462 deletions
@@ -0,0 +1,9 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class JobItemUITemplate : MonoBehaviour
{
public string Description { get; set; }
public string Sallary { get; set; }
}