コード例 #1
0
 // Start is called before the first frame update
 void Start()
 {
     towerMenu = towerMenuObj.GetComponent <towerMenuScript>();
 }
コード例 #2
0
ファイル: tileSelector.cs プロジェクト: kbittle/HexTD
 // Start is called before the first frame update
 void Start()
 {
     towerMenuInstance   = towerMenu.GetComponent <towerMenuScript>();
     stationMenuInstance = powerStationMenu.GetComponent <powerStationMenuScript>();
 }