14 lines
213 B
C#
14 lines
213 B
C#
using System;
|
|
using System.Collections;
|
|
using System.Text;
|
|
|
|
namespace LSLEditor
|
|
{
|
|
public partial class SecondLife
|
|
{
|
|
public class jsonObject : DictionaryBase
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|