Успешно переписаны не полностью два файла

This commit is contained in:
2025-03-25 21:27:54 +03:00
parent 155d942a03
commit bf636c0f9c
23 changed files with 676 additions and 98 deletions
+19
View File
@@ -0,0 +1,19 @@
// <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>
}
}