wabbajack/Wabbajack.DTOs/Interventions/IUserInterventionHandler.cs

6 lines
141 B
C#
Raw Normal View History

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