using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Game2048 { public class GameManager : MonoBehaviour { } }