mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
9 lines
198 B
C#
9 lines
198 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace OpenSim.Framework.Servers
|
|
{
|
|
public delegate string LlsdMethod(string request, string path, string param);
|
|
}
|