Files
mROA/mROA.Codegen/Proxy.cstmpl
T
2025-07-03 17:37:25 +03:00

21 lines
536 B
Plaintext

// <auto-generated/>
using mROA;
using System;
using mROA.Implementation;
using System.Collections.Generic;
using mROA.Abstract;
namespace <!L namespaceName>
{
partial class <!L className>
: RemoteObjectBase, <!L originalName>
{
public <!L className>(int id, IRepresentationModule representationModule, IEndPointContext context, int[] callIndices)
: base(id, representationModule, context, callIndices)
{
}
<!I methods r sep methodSep><!D methodSep>
<!D>
}
}