View PushBehaviorScript.cs
using UnityEngine; | |
using System.Collections; | |
using Parse; | |
public class PushBehaviorScript : MonoBehaviour { | |
bool tokenSent = false; | |
public ParseObject currentInstallation = null; | |
void Start () { |