Files
nadekobot/src/NadekoBot/Common/Interaction/INadekoInteractionService.cs

8 lines
170 B
C#

namespace NadekoBot;
public interface INadekoInteractionService
{
public NadekoInteraction Create<T>(
ulong userId,
SimpleInteraction<T> inter);
}