wabbajack/Wabbajack.DTOs/Interventions/IUserInterventionHandler.cs
2022-01-01 15:55:39 -07:00

6 lines
141 B
C#

namespace Wabbajack.DTOs.Interventions;
public interface IUserInterventionHandler
{
public void Raise(IUserIntervention intervention);
}