using UnityEngine; public class HitBox : MonoBehaviour { public BluePlayerController blueplayer; public RedPlayerController redplayer; }