Updated various methods to accept IEnumerable instead of List
This commit is contained in:
@@ -667,7 +667,7 @@ public class BotLootGenerator(
|
||||
/// </summary>
|
||||
/// <param name="walletId"> Wallet to add loot to</param>
|
||||
/// <returns>Generated list of currency stacks with the wallet as their parent</returns>
|
||||
public List<List<Item>> CreateWalletLoot(string walletId)
|
||||
public List<List<Item>> CreateWalletLoot(MongoId walletId)
|
||||
{
|
||||
List<List<Item>> result = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user