summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Physics/HitBox.cs
blob: a6337abd254d9e03c2e3deb7d2ce839039e29fe1 (plain)
1
2
3
4
5
6
7
8
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class HitBox : PhysicsBox
{

}