namespace Artemis.Core.Plugins.Interfaces { /// /// /// Allows you to expand the application-wide datamodel /// public interface IDataModelExpansion : IPlugin { void Update(double deltaTime); } }