aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Common/OpenSim.Framework/Interfaces/Remoting/IProxyServerClient.cs
blob: b58bcbaf54c82568277fa9d92ebc44b910207ee1 (plain)
1
2
3
4
5
6
7
8
9
10
using System;
using System.Collections.Generic;
using System.Text;

namespace OpenSim.Framework.Interfaces
{
    public interface IProxyServerClient
    {
    }
}