mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-03 06:49:22 +00:00
[PhysicsGunMod] fox
This commit is contained in:
parent
4b83846c39
commit
e2e4463663
3 changed files with 13 additions and 11 deletions
|
@ -1,5 +1,6 @@
|
|||
using ABI_RC.Core.Player;
|
||||
using ABI_RC.Systems.InputManagement;
|
||||
using ABI.CCK.Attributes;
|
||||
using UnityEngine;
|
||||
using UnityEngine.Events;
|
||||
using UnityEngine.Scripting.APIUpdating;
|
||||
|
@ -16,6 +17,7 @@ using UnityEngine.Scripting.APIUpdating;
|
|||
|
||||
namespace NAK.PhysicsGunMod.Components;
|
||||
|
||||
[CCKWhitelistComponent(spawnable: true)]
|
||||
public class PhysicsGunInteractionBehavior : MonoBehaviour
|
||||
{
|
||||
public static PhysicsGunInteractionBehavior Instance;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue