This commit is contained in:
Archi
2023-12-05 00:04:38 +01:00
parent a7b1e01161
commit 92858de9e2
5 changed files with 7 additions and 7 deletions

View File

@@ -276,7 +276,7 @@ internal sealed class InventoryResponse : OptionalResultResponse {
}
// Constructed from trades being received/sent
internal Description(uint appID, ulong classID, ulong instanceID, bool marketable, ICollection<Tag>? tags = null) {
internal Description(uint appID, ulong classID, ulong instanceID, bool marketable, IReadOnlyCollection<Tag>? tags = null) {
ArgumentOutOfRangeException.ThrowIfZero(appID);
ArgumentOutOfRangeException.ThrowIfZero(classID);