using UnityEngine; using System.Collections; /// /// Template for any UI logic in the Levels Scene /// public class LevelsControl : MonoBehaviour { }