Skip to content

Commit

Permalink
fix xml comment warning
Browse files Browse the repository at this point in the history
  • Loading branch information
atenfyr committed Jan 12, 2025
1 parent 72bb450 commit 75e3c88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UAssetAPI/UAsset.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public enum CustomSerializationFlags : int
SkipPreloadDependencyLoading = 4,

/// <summary>
/// Skip parsing exports at read time. Entries in the export map will be read as raw exports. You can manually parse exports with the <see cref="UAsset.ConvertExportToChildExportAndRead(AssetBinaryReader, int)"/> 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 <see cref="UAsset.ConvertExportToChildExportAndRead(AssetBinaryReader, int, bool)"/> method.
/// </summary>
SkipParsingExports = 8
}
Expand Down

0 comments on commit 75e3c88

Please sign in to comment.