namespace DFEngine.Content.Game.Engines { public interface IEngine { void Main(long now); } }