﻿using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using PlayFab;

public class TurnOnPlayfab : MonoBehaviour {

	// Use this for initialization
	void Awake () {
		PlayFabSettings.TitleId = "7DC1F";
	}
	
	// Update is called once per frame
	void Update () {
		
	}
}
