using Godot; using System.Collections.Generic; using Rokojori.Extensions; namespace Rokojori { public interface SensorInputHandler { void _OnSensor( SensorEvent se ); } }