Files
VR_Game/Assets/Scripts/HitBox.cs
manhduyhoang90 4fc787e83f .
2026-05-09 09:00:14 +07:00

7 lines
145 B
C#

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