1 2 3 4 5
namespace XNode.Examples.LogicToy { public interface ITimerTick { void Tick(float timeDelta); } }