SEBPatch/SebWindowsConfig/Entities/FilterAction.cs

9 lines
94 B
C#

namespace SebWindowsConfig.Entities
{
enum FilterAction
{
Block,
Allow
}
}