8 lines
77 B
C#
8 lines
77 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace RoR2;
|
||
|
|
||
|
public class HitBox : MonoBehaviour
|
||
|
{
|
||
|
}
|