···11+using UnityEngine;
22+using System.Collections;
33+44+public class EnableController : MonoBehaviour {
55+66+ // Use this for initialization
77+ void Start () {
88+99+ }
1010+1111+ // Update is called once per frame
1212+ void Update () {
1313+1414+ }
1515+}