using Godot; using System.Collections.Generic; using Rokojori.Extensions; namespace Rokojori { public interface iOnInputSensor { void _Input( InputEvent ev ); } }