Various refactorings to support ItemFilterPreview
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
using Filtration.ObjectModel.Enums;
|
||||
using System;
|
||||
using Filtration.ObjectModel.Enums;
|
||||
|
||||
namespace Filtration.ObjectModel
|
||||
{
|
||||
[Serializable]
|
||||
public class Socket
|
||||
{
|
||||
private Socket()
|
||||
{
|
||||
}
|
||||
|
||||
public Socket(SocketColor color)
|
||||
{
|
||||
Color = color;
|
||||
|
||||
Reference in New Issue
Block a user