Exemplo n.º 1
0
 public void EnteredExtractionPoint(ExtractionPoint point)
 {
     ExtractionPoint = point;
 }
Exemplo n.º 2
0
 public void ExitedExtractionPoint()
 {
     ExtractionPoint = null;
 }
Exemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     instance = this;
 }