コード例 #1
0
ファイル: collectorScript.cs プロジェクト: Ooya/Robot-Sapiens
 // Use this for initialization
 void Start()
 {
     scr = bot.GetComponent<botControl>();
     pos = GetComponent<Transform>();
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     scr = bot.GetComponent <botControl>();
     pos = GetComponent <Transform>();
 }