namespace ModuleManager { public interface IManager { void DoFrameUpdate(int time, int delta); } }