using System; using System.Collections; namespace GameLogic { public interface ITimerBehaviour { void TimerUpdate(); } }