Basic implementation for acquiring affinity sigil from Sarco
This commit is contained in:
@@ -8,6 +8,11 @@ public class RescuedItemDatabase
|
||||
private List<IBaseInventoryItem> _items { get; init; }
|
||||
private int _maxSize { get; init; } = 20;
|
||||
|
||||
public RescuedItemDatabase()
|
||||
{
|
||||
_items = [];
|
||||
}
|
||||
|
||||
public RescuedItemDatabase(int maxSize)
|
||||
{
|
||||
_items = [];
|
||||
|
||||
Reference in New Issue
Block a user