We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b625eee commit d649a5aCopy full SHA for d649a5a
DBCD/DBCD.cs
@@ -33,6 +33,7 @@ public DBCD(IDBCProvider dbcProvider, IDBDProvider dbdProvider)
33
/// </summary>
34
/// <param name="dbcProvider">The IDBCProvider for DBC files.</param>
35
/// <param name="bdbdStream">The stream for a BDBD (Binary DBD) file to load all definitions from.</param>
36
+ /// <remarks>WARNING: The usage of a BDBD file for supplying definitions is still experimental and currently has little to no advantages.</remarks>
37
public DBCD(IDBCProvider dbcProvider, Stream bdbdStream)
38
{
39
this.dbcProvider = dbcProvider;
0 commit comments