aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine/Common/Executor.cs
blob: 2ae6a60a1829c068e35ea3027b9586bf4fa2f144 (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Region.ScriptEngine.Common
{
    class Executor
    {
    }
}