using UnityEngine; using System.Collections; public class GameManager : MonoBehaviour { public static bool AllowInput () { return true; } }