public void Link(TracerPool pool) { this.pool = pool; }
private void Awake() { tracerPool = new TracerPool(tracerPrefab); alive = false; }