예제 #1
0
파일: Spawner.cs 프로젝트: watswat5/GJ2015
 // Use this for initialization
 void Start()
 {
     crane = GetComponentInParent<CraneManager>();
 }