コード例 #1
0
 private void Start()
 {
     brawlSettings = GameObject.Find("BrawlSettings").GetComponent <BrawlSettings>();
     levelManager  = GameObject.Find("Level Manager").GetComponent <LevelManager>();
 }
コード例 #2
0
 // Use this for initialization
 private void Awake()
 {
     brawlSettings = GameObject.Find("BrawlSettings").GetComponent <BrawlSettings>();
 }