Files
VR_Game/Assets/Scripts/HitBox.cs

7 lines
145 B
C#
Raw Normal View History

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