using UnityEngine; using System.Collections; public class MapBase : MapObject { public int isStart; }