﻿using UnityEngine;
using PlayFab;

public class TurnOnPlayfab : MonoBehaviour {

	void Awake () {
		PlayFabSettings.TitleId = "7DC1F";
	}
}
