Actions.GetPickupColorBagPos - notruilin/DeceptionGame GitHub Wiki

public int[] GetPickupColorBagPos();

Description

Returns the color of counter on each bag position. 0, 1, 2 correspond to red, yellow and blue counters.

{ -1, 0, -1, 1 } means if the shuttle executes the Actions, the second cell of the shuttle will hold a red counter and the last cell will hold a yellow counter.