11// <auto-generated /> 
2- // 
3- // 0.7.0 
4- // 
2+ // LDtk version 0.7.1 
53// To parse this JSON data, add NuGet 'Newtonsoft.Json' then do: 
64// 
7- //    using ldtk ; 
5+ //    using LDtk.Internal ; 
86// 
97//    var ldtkJson = LdtkJson.FromJson(jsonString); 
108
@@ -308,7 +306,7 @@ public partial class FieldDefinition
308306        /// Default value if selected value is null or invalid. 
309307        /// </summary> 
310308        [ JsonProperty ( "defaultOverride" ) ] 
311-         public  dynamic  DefaultOverride  {  get ;  set ;  } 
309+         public  object  DefaultOverride  {  get ;  set ;  } 
312310
313311        [ JsonProperty ( "editorAlwaysShow" ) ] 
314312        public  bool  EditorAlwaysShow  {  get ;  set ;  } 
@@ -361,7 +359,7 @@ public partial class FieldDefinition
361359        /// Internal type enum 
362360        /// </summary> 
363361        [ JsonProperty ( "type" ) ] 
364-         public  dynamic  FieldDefinitionType  {  get ;  set ;  } 
362+         public  object  FieldDefinitionType  {  get ;  set ;  } 
365363
366364        /// <summary> 
367365        /// Unique Intidentifier 
@@ -440,7 +438,7 @@ public partial class LayerDefinition
440438        /// Contains all the auto-layer rule definitions. 
441439        /// </summary> 
442440        [ JsonProperty ( "autoRuleGroups" ) ] 
443-         public  Dictionary < string ,  dynamic > [ ]  AutoRuleGroups  {  get ;  set ;  } 
441+         public  Dictionary < string ,  object > [ ]  AutoRuleGroups  {  get ;  set ;  } 
444442
445443        [ JsonProperty ( "autoSourceLayerDefUid" ) ] 
446444        public  long ?  AutoSourceLayerDefUid  {  get ;  set ;  } 
@@ -551,7 +549,7 @@ public partial class TilesetDefinition
551549        /// source image changes. 
552550        /// </summary> 
553551        [ JsonProperty ( "cachedPixelData" ) ] 
554-         public  Dictionary < string ,  dynamic >  CachedPixelData  {  get ;  set ;  } 
552+         public  Dictionary < string ,  object >  CachedPixelData  {  get ;  set ;  } 
555553
556554        /// <summary> 
557555        /// Unique String identifier 
@@ -587,7 +585,7 @@ public partial class TilesetDefinition
587585        /// Array of group of tiles selections, only meant to be used in the editor 
588586        /// </summary> 
589587        [ JsonProperty ( "savedSelections" ) ] 
590-         public  Dictionary < string ,  dynamic > [ ]  SavedSelections  {  get ;  set ;  } 
588+         public  Dictionary < string ,  object > [ ]  SavedSelections  {  get ;  set ;  } 
591589
592590        /// <summary> 
593591        /// Space in pixels between all tiles 
@@ -969,7 +967,7 @@ public partial class FieldInstance
969967        /// (Integer, Boolean, String etc.)<br/>  It can also be an `Array` of those same types. 
970968        /// </summary> 
971969        [ JsonProperty ( "__value" ) ] 
972-         public  dynamic  Value  {  get ;  set ;  } 
970+         public  object  Value  {  get ;  set ;  } 
973971
974972        /// <summary> 
975973        /// Reference of the **Field definition** UID 
@@ -981,7 +979,7 @@ public partial class FieldInstance
981979        /// Editor internal raw values 
982980        /// </summary> 
983981        [ JsonProperty ( "realEditorValues" ) ] 
984-         public  dynamic [ ]  RealEditorValues  {  get ;  set ;  } 
982+         public  object [ ]  RealEditorValues  {  get ;  set ;  } 
985983    } 
986984
987985    /// <summary> 
@@ -1523,4 +1521,4 @@ public override void WriteJson(JsonWriter writer, object untypedValue, JsonSeria
15231521
15241522        public  static readonly  WorldLayoutConverter  Singleton  =  new  WorldLayoutConverter ( ) ; 
15251523    } 
1526- } 
1524+ } 
0 commit comments