From bdf47cf0fd36a5c858575a805cca70ab623868eb Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 29 Oct 2020 19:39:42 +0800 Subject: *misc --- Assets/Scripts/AbilitySystem/IInteractable.cs | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 Assets/Scripts/AbilitySystem/IInteractable.cs (limited to 'Assets/Scripts/AbilitySystem/IInteractable.cs') diff --git a/Assets/Scripts/AbilitySystem/IInteractable.cs b/Assets/Scripts/AbilitySystem/IInteractable.cs deleted file mode 100644 index 23e49912..00000000 --- a/Assets/Scripts/AbilitySystem/IInteractable.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public interface IInteractable -{ - PhysicsPrimitive[] GetAllPrimitive(); - - PhysicsBox GetHitbox(); - - PhysicsBox GetHurtbox(); - - PhysicsPrimitive[] GetAllHit(); - - bool IsHit(); - - bool IsHurt(); - - - -} -- cgit v1.1-26-g67d0