10 lines
158 B
C#
10 lines
158 B
C#
|
using System.Collections.Generic;
|
|||
|
|
|||
|
namespace Filtration.ItemFilterPreview.Model
|
|||
|
{
|
|||
|
class FilteredItemDictionary : Dictionary<Item, bool>
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
}
|