Files

7 lines
145 B
C#
Raw Permalink Normal View History

2026-05-09 09:00:14 +07:00
using UnityEngine;
public class HitBox : MonoBehaviour
{
public BluePlayerController blueplayer;
public RedPlayerController redplayer;
}