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

public class ActivateWhenLocked : MonoBehaviour {

	public GameObject isBeingLockedObject;
	public GameObject isTrackedByMissileObject;
}
