using UnityEngine; using System.Collections; public class XHorseWall : XWall { public int index; protected override void OnTriggered() { } }