10 lines
171 B
C#
10 lines
171 B
C#
using System.Collections.ObjectModel;
|
|
|
|
namespace Filtration.ObjectModel.LootExplosionStudio
|
|
{
|
|
public class LootItemCollection : Collection<LootItem>
|
|
{
|
|
|
|
}
|
|
}
|