Skip to content

Commit

Permalink
I decided I will be using the tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus4880 committed Oct 5, 2024
1 parent 508f396 commit 2723f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fuyu.Common/Networking/IRouterController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Fuyu.Common.Networking
{
public interface IRouterController<TContext>
public interface IRouterController<TContext> where TContext: IRouterContext
{
Task RunAsync(TContext context);
bool IsMatch(TContext context);
Expand Down

0 comments on commit 2723f71

Please sign in to comment.