Block matching basics complete
This commit is contained in:
14
Filtration.ObjectModel/Socket.cs
Normal file
14
Filtration.ObjectModel/Socket.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Filtration.ObjectModel.Enums;
|
||||
|
||||
namespace Filtration.ObjectModel
|
||||
{
|
||||
public class Socket
|
||||
{
|
||||
public Socket(SocketColor color)
|
||||
{
|
||||
Color = color;
|
||||
}
|
||||
|
||||
public SocketColor Color { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user