Merge branch 'master' into dev-stub-audit

This commit is contained in:
Ima Mechanique 2013-07-07 04:47:57 +01:00
commit 7260dbd9de
6 changed files with 213 additions and 185 deletions

14
trunk/SecondLife/json.cs Normal file
View file

@ -0,0 +1,14 @@
using System;
using System.Collections;
using System.Text;
namespace LSLEditor
{
public partial class SecondLife
{
public class jsonObject : DictionaryBase
{
}
}
}