public void TokenSelection(int tokenID) { tokenObject = playerTokens[tokenID]; tokenObjectBehavior = tokenObject.GetComponent <TokenBehavior>(); }