GameManager.parkingPos - notruilin/DeceptionGame GitHub Wiki

public List parkingPos;

Description

The parking position of all generators, shuttle needs to move to the parking position before collect. The index of the generators in the list corresponds to red, white, blue and yellow generators in the game.

actions.MoveTo(GameManager.instance.parkingPos[generatorId]);
⚠️ **GitHub.com Fallback** ⚠️