7 lines
145 B
C#
7 lines
145 B
C#
using UnityEngine;
|
|
|
|
public class HitBox : MonoBehaviour
|
|
{
|
|
public BluePlayerController blueplayer;
|
|
public RedPlayerController redplayer;
|
|
} |