using System.Collections; using System.Collections.Generic; using UnityEngine; public class GanTanHao : MonoBehaviour { public Dictionary KeyGanTanHao; // Start is called before the first frame update void Awake() { KeyGanTanHao = new Dictionary(); } }