少年修仙传客户端基础资源
hch
2020-12-07 002fe17a16f0a9fa5bb71654dd95c72c35f253b8
Assets/Plugins/LitJson/JsonException.cs
@@ -14,7 +14,12 @@
namespace LitJson
{
    public class JsonException : ApplicationException
    public class JsonException :
#if NETSTANDARD1_5
        Exception
#else
        ApplicationException
#endif
    {
        public JsonException () : base ()
        {