9 lines
171 B
C#
9 lines
171 B
C#
|
using System;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Text;
|
||
|
|
||
|
namespace OpenSim.RegionServer.world.scripting
|
||
|
{
|
||
|
public delegate Script ScriptFactory();
|
||
|
}
|