15 lines
234 B
C#
15 lines
234 B
C#
using RaycastPro.RaySensors;
|
|
using UnityEngine;
|
|
|
|
namespace Plugins.RaycastPro.Demo.Scripts
|
|
{
|
|
public class GunInput : MonoBehaviour
|
|
{
|
|
private WaveRay _waveRay;
|
|
void Update()
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|