Skip to content

Commit

Permalink
Revert to IConversationSpeaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaioru committed Sep 18, 2024
1 parent 28a9a74 commit 8c0a82f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
namespace Edelstein.Protocol.Gameplay.Game.Contexts;

public record GameContextConversations(
IConversationManager<IConversationSpeakerUser, IConversationSpeakerNPC> NPC
IConversationManager<IConversationSpeaker, IConversationSpeaker> NPC
);

0 comments on commit 8c0a82f

Please sign in to comment.