示例#1
0
 void Start()
 {
     move = GetComponent <Move>();
     Debug.Log(this.gameObject);
     Debug.Log(move);
     hazard_handle = GetComponent <BlockHazardHandle>();
 }
示例#2
0
 void Start()
 {
     hazard1 = g1.GetComponent <BlockHazardHandle>();
     hazard2 = g2.GetComponent <BlockHazardHandle>();
 }
示例#3
0
文件: Move.cs 项目: lord8266/Infinite
 // Start is called before the first frame update
 void Start()
 {
     hazard = GetComponent <BlockHazardHandle>();
 }