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