refactor: Update Unity to 2022.3.62
This commit is contained in:
@@ -4,7 +4,7 @@ using System;
|
||||
|
||||
namespace Cryville.Crtr {
|
||||
public class JsonPdtExpConverter : JsonConverter<PdtExpression> {
|
||||
static readonly PdtFragmentInterpreter _itor = new PdtFragmentInterpreter();
|
||||
static readonly PdtFragmentInterpreter _itor = new();
|
||||
public override PdtExpression ReadJson(JsonReader reader, Type objectType, PdtExpression existingValue, bool hasExistingValue, JsonSerializer serializer) {
|
||||
_itor.SetSource((string)reader.Value);
|
||||
return _itor.GetExp();
|
||||
|
Reference in New Issue
Block a user