aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/TeleportModule.cs
blob: 08fc2023f000ab59f13b9e2886785bd63f039c5c (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Region.Environment.Modules
{
    class TeleportModule
    {
    }
}