mirror of
git://opensimulator.org/git/opensim
synced 2026-08-16 10:02:15 +00:00
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();
|
|
}
|