*Moved all the classes into their own file from LLSDHelpers.cs

*Some folder renaming to follow project Name
*Updated prebuild.xml
This commit is contained in:
mingchen
2007-06-27 19:43:46 +00:00
parent 9eaecabdd0
commit 0232f01a58
41 changed files with 648 additions and 409 deletions

View File

@@ -0,0 +1,17 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace OpenSim.Region.Capabilities
{
[LLSDType("MAP")]
public class LLSDMapRequest
{
public int Flags = 0;
public LLSDMapRequest()
{
}
}
}