Actions.DepositAt - notruilin/DeceptionGame GitHub Wiki

public void DepositAt(Vector3 pos, int color);

Parameters

pos The pos that needs to deposit
color The counter's color

Description

Deposits a specified colored counter at pos. A shuttle should move to pos before depositing.


public void DepositAt(Vector3 pos, int color, float delay);

Parameters

pos The pos that needs to deposit
color The counter's color
delay The delay before deposit

Description

Waits delay seconds then deposits a specified colored counter at pos. A shuttle should move to pos before depositing.