コード例 #1
0
 void Start()
 {
     upgradeMenu = GetComponent <UpgradeMenuManager>();
 }
コード例 #2
0
 private void OnEnable()
 {
     instance = this;
 }