namespace TightWiki.Engine.Library.Interfaces { /// /// Handles scope function calls. /// public interface IScopeFunctionHandler : IFunctionHandler { } }