Files
LowPolyRPG/Assets/Plugins/RaycastPro/_Demo/_Scripts/GunInput.cs

15 lines
234 B
C#
Raw Normal View History

2025-06-25 11:10:11 +01:00
using RaycastPro.RaySensors;
using UnityEngine;
namespace Plugins.RaycastPro.Demo.Scripts
{
public class GunInput : MonoBehaviour
{
private WaveRay _waveRay;
void Update()
{
}
}
}