Actions.CollectFromBoard - notruilin/DeceptionGame GitHub Wiki

public void CollectFromBoard(Vector3 pos);

Parameters

pos The position that needs to be collected

Description

Collects a counter from the board. The position should be a valid on-board position, and the position needs to have a counter.

A shuttle should move to pos before collecting.