Actions.GetPickupColor - notruilin/DeceptionGame GitHub Wiki

public int[] GetPickupColor();

Description

Returns how many red, yellow and blue counters are carried according to the Actions. Index 0, 1, 2 correspond to red, yellow and blue counters.

{1, 2, 1} means if the shuttle executes the Actions, it will carry 1 red, 2 yellow and 1 blue counters.