Частично переписан RemoteTypeBinder

This commit is contained in:
2025-03-25 21:40:12 +03:00
parent bf636c0f9c
commit a48c77e48f
5 changed files with 39 additions and 33 deletions
+4 -2
View File
@@ -7,9 +7,11 @@ using mROA.Abstract;
namespace <!L namespaceName>
{
partial class <!L className> : RemoteObjectBase, <!L originalName>
partial class <!L className>
: RemoteObjectBase, <!L originalName>
{
public <!L className>(int id, IRepresentationModule representationModule) : base(id, representationModule)
public <!L className>(int id, IRepresentationModule representationModule)
: base(id, representationModule)
{
}