start to implement jobs dialog
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user