namespace XNode.Examples.LogicToy { public interface ITimerTick { void Tick(float timeDelta); } }