8 lines
197 B
C#
8 lines
197 B
C#
using mROA.Abstract;
|
|
|
|
namespace mROA.Implementation;
|
|
|
|
interface ISerialisationModuleProducer : IInjectableModule
|
|
{
|
|
ISerialisationModule.IFrontendSerialisationModule Produce(int ownership);
|
|
} |