Files
mROA/mROA.Codegen/RemoteEndpoint.cstmpl
T

19 lines
448 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) : base(id, representationModule)
{
}
<!I methods r sep methodSep><!D methodSep>
<!D>
}
}