Exemplo n.º 1
0
    private void Configure(bool healthy)
    {
        Sprite sticker = stickerOptions.RandomSticker(healthy);

        image.sprite = sticker;
    }