From 75e3c88bbe99ceb0d5155c9f40767d0e032f0126 Mon Sep 17 00:00:00 2001 From: atenfyr Date: Sat, 11 Jan 2025 19:58:37 -0600 Subject: [PATCH] fix xml comment warning --- UAssetAPI/UAsset.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UAssetAPI/UAsset.cs b/UAssetAPI/UAsset.cs index 5d42ac30..021103f7 100644 --- a/UAssetAPI/UAsset.cs +++ b/UAssetAPI/UAsset.cs @@ -56,7 +56,7 @@ public enum CustomSerializationFlags : int SkipPreloadDependencyLoading = 4, /// - /// Skip parsing exports at read time. Entries in the export map will be read as raw exports. You can manually parse exports with the method. + /// Skip parsing exports at read time. Entries in the export map will be read as raw exports. You can manually parse exports with the method. /// SkipParsingExports = 8 }