コード例 #1
0
ファイル: GetItems.cs プロジェクト: xamroot/LudumDareGames
 // Start is called before the first frame update
 void Start()
 {
     p = FindObjectOfType <poleController>();
     t = GetComponent <Text>();
 }
コード例 #2
0
 void Start()
 {
     hookedObject = null;
     poleCtrl     = FindObjectOfType <poleController>();
 }