Пример #1
0
 // Start is called before the first frame update
 void Start()
 {
     healthManage = FindObjectOfType <HealthManage>();
 }
Пример #2
0
        private void quảnLíSứcKhỏeToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            HealthManage hm = new HealthManage();

            hm.ShowDialog();
        }