upgrade to unity 6.1
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace HurricaneVR.Framework.Components
|
||||
{
|
||||
public interface IGunHitHandler
|
||||
{
|
||||
void HandleHit(HVRDamageProvider damageProvider, RaycastHit hit, Vector3 direction);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user