Merge branch 'master' into dev-stub-audit
This commit is contained in:
commit
7260dbd9de
6 changed files with 213 additions and 185 deletions
14
trunk/SecondLife/json.cs
Normal file
14
trunk/SecondLife/json.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
using System;
|
||||
using System.Collections;
|
||||
using System.Text;
|
||||
|
||||
namespace LSLEditor
|
||||
{
|
||||
public partial class SecondLife
|
||||
{
|
||||
public class jsonObject : DictionaryBase
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue