public void IncrementMyTapCount()
    {
        tapCountMe++;
        //TODO: Send info to other player;

        gpsm.SendMyMessage("T:" + tapCountMe.ToString(), true);
        //SendMyMessage("tapCount:" + tapCountMe);
    }