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