mirror of
https://github.com/AssetRipper/AssetRipper.git
synced 2025-12-11 20:15:29 +01:00
Updated `SerializableStructure` and `SerializableType` to use the `Fields` property instead of the `GetField` method for accessing field data. This change improves code readability and maintainability. Adjusted logic for determining engine pointers by consolidating checks into a single return statement. Added a debug assertion to verify that `etalon` has an `ArrayDepth` of zero in specific contexts. Overall, these modifications enhance code structure while preserving functionality.