using UnityEngine; using System.Collections; public class Marker : MonoBehaviour { public int id; }