mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Misc
This commit is contained in:
@@ -93,7 +93,6 @@ public sealed class Asset {
|
|||||||
init => AssetID = value;
|
init => AssetID = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
[PublicAPI]
|
|
||||||
public Asset(uint appID, ulong contextID, ulong classID, uint amount, InventoryDescription? description = null, ulong assetID = 0, ulong instanceID = 0) {
|
public Asset(uint appID, ulong contextID, ulong classID, uint amount, InventoryDescription? description = null, ulong assetID = 0, ulong instanceID = 0) {
|
||||||
ArgumentOutOfRangeException.ThrowIfZero(appID);
|
ArgumentOutOfRangeException.ThrowIfZero(appID);
|
||||||
ArgumentOutOfRangeException.ThrowIfZero(contextID);
|
ArgumentOutOfRangeException.ThrowIfZero(contextID);
|
||||||
|
|||||||
Reference in New Issue
Block a user