9 lines
199 B
C#
9 lines
199 B
C#
namespace ZelWiki.Engine.Library.Interfaces
|
|
{
|
|
/// <summary>
|
|
/// Handles scope function calls.
|
|
/// </summary>
|
|
public interface IScopeFunctionHandler : IFunctionHandler
|
|
{
|
|
}
|
|
} |