using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(typeof(TopDownTransform))] public class BoxShape : ShapeBase { }