Renaming RemoteEndpoint to Proxy

This commit is contained in:
2025-06-27 16:20:17 +03:00
parent f31ddf1604
commit 80490947b1
8 changed files with 12 additions and 91 deletions
+21
View File
@@ -0,0 +1,21 @@
// <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)
: base(id, representationModule, context)
{
}
<!I methods r sep methodSep><!D methodSep>
<!D>
}
}