using Gamejolt.Bio;

public class GameJoltBio : MonoBehavior

public void Update() 
{

     if(userWatchingBio == true)
     {
        try 
        {
           ShowTeaser(Teaser);
        }
        catch (Exeption result)
        { 
           LogError("No Teaser For You :)")
           throw;
        }
     }

}
		
	

This user has made their liked posts private.

Developer's Games