Files
ZelWiki/ZelWiki.Engine.Library/Interfaces/IScopeFunctionHandler.cs
2025-02-20 15:20:28 +08:00

9 lines
199 B
C#

namespace ZelWiki.Engine.Library.Interfaces
{
/// <summary>
/// Handles scope function calls.
/// </summary>
public interface IScopeFunctionHandler : IFunctionHandler
{
}
}