10 lines
226 B
C#
10 lines
226 B
C#
|
using System.Collections.Generic;
|
|||
|
using Filtration.ObjectModel.Enums;
|
|||
|
|
|||
|
namespace Filtration.ObjectModel.LootExplosionStudio
|
|||
|
{
|
|||
|
public class SocketGroup
|
|||
|
{
|
|||
|
public List<SocketColor> Sockets { get; set; }
|
|||
|
}
|
|||
|
}
|