Skip to content

Instantly share code, notes, and snippets.

@tylerlindell
Created September 26, 2017 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tylerlindell/7ff6d606ad51b32de3998e57e6b50f8e to your computer and use it in GitHub Desktop.
Save tylerlindell/7ff6d606ad51b32de3998e57e6b50f8e to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class TargetController : MonoBehaviour
{
public bool isTracked = true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment