This commit is contained in:
manhduyhoang90
2026-05-09 09:00:14 +07:00
parent 48fa714dec
commit 4fc787e83f
50 changed files with 4057 additions and 7 deletions

7
Assets/Scripts/HitBox.cs Normal file
View File

@@ -0,0 +1,7 @@
using UnityEngine;
public class HitBox : MonoBehaviour
{
public BluePlayerController blueplayer;
public RedPlayerController redplayer;
}