mirror of
https://github.com/opensim/opensim.git
synced 2026-06-07 20:15:43 +08:00
* Created Scripts folder to house trusted Scripts * The test script now lives in Scripts/FollowRandomAvatar.cs
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();
|
|
}
|