using UnityEngine; namespace GameLogic.Combat.Hero { public class BarrierEntityMono : MonoBehaviour { public IBarrier Barrier; } }