コード例 #1
0
 // Use this for initialization
 void Start()
 {
     theWarlock = GetComponent <WarlockController>();
     thePlayer  = GameObject.Find("Player1");
     castSpot   = thePlayer.transform.position;
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     theWarlock = GetComponent<WarlockController>();
     thePlayer = GameObject.Find("Player1");
     castSpot = thePlayer.transform.position;
 }