9 lines
170 B
C#
9 lines
170 B
C#
namespace ZelWiki.Engine.Library.Interfaces
|
|
{
|
|
/// <summary>
|
|
///
|
|
/// </summary>
|
|
public interface IScopeFunctionHandler : IFunctionHandler
|
|
{
|
|
}
|
|
} |