не работает на создании синглтона

This commit is contained in:
2025-02-15 16:09:32 +03:00
parent 602d45c894
commit d1f42e4c33
4 changed files with 45 additions and 16 deletions
@@ -4,9 +4,9 @@ namespace mROA.Implementation.Backend;
public class StreamBasedInteractionModule : IInteractionModule
{
private ISerialisationModule _serialisationModule;
internal ISerialisationModule _serialisationModule;
private readonly Dictionary<int, Stream> _streams = new();
private Action<int, byte[]>? _handler;
internal Action<int, byte[]>? _handler;
public void RegisterSource(Stream stream)
{