New distribution model base

This commit is contained in:
2025-07-14 21:03:12 +03:00
parent 95ec6767fa
commit 17a6d3aad6
13 changed files with 94 additions and 79 deletions
@@ -18,9 +18,6 @@ namespace mROA.Implementation
public IRepresentationModule Produce(int id)
{
if (_hub == null)
throw new NullReferenceException("Interaction module is null");
var interaction = _hub.GetInteraction(id);
var produced = new RepresentationModule(interaction, _serialization);