Beispiel #1
0
 private void Awake()
 {
     _PositionSelect = GetComponent <TreePositionSelect>();
     _ObjectQueue    = GetComponent <PlacedObjectQueue>();
 }
 private void Awake()
 {
     Pointer           = new Pointer();
     PlacedObjectQueue = GetComponent <PlacedObjectQueue>();
 }