示例#1
0
 // Start is called before the first frame update
 void Start()
 {
     currentHealth = health;
     menu          = FindObjectOfType <towerPlacement>();
 }
示例#2
0
 // Start is called before the first frame update
 void Start()
 {
     menuActive = false;
     personalMenu.SetActive(false);
     unitMenu = FindObjectOfType <towerPlacement>();
 }
示例#3
0
 // Start is called before the first frame update
 void Start()
 {
     menu = FindObjectOfType <towerPlacement>();
 }