This commit is contained in:
Archi
2024-03-18 11:54:42 +01:00
parent 5a07f8a2a3
commit ec374c050a

View File

@@ -93,7 +93,6 @@ public sealed class Asset {
init => AssetID = value;
}
[PublicAPI]
public Asset(uint appID, ulong contextID, ulong classID, uint amount, InventoryDescription? description = null, ulong assetID = 0, ulong instanceID = 0) {
ArgumentOutOfRangeException.ThrowIfZero(appID);
ArgumentOutOfRangeException.ThrowIfZero(contextID);