Adding constant JSON_APPEND

This commit is contained in:
Ima Mechanique 2013-07-15 21:05:51 +01:00
parent 961ddfa78f
commit cb03ca2168
2 changed files with 3 additions and 1 deletions

View file

@ -420,6 +420,7 @@ namespace LSLEditor
public const int INVENTORY_ANIMATION = 20;
public const int INVENTORY_GESTURE = 21;
public const int JSON_APPEND = -1;
public static readonly string JSON_ARRAY = "\uFDD2";
public static readonly string JSON_FALSE = "\uFDD7";
public static readonly string JSON_INVALID = "\uFDD0";