using System; namespace Server.Core { public interface IScheduler : IDisposable { void Add(int actorTypeId); } }