начало кодгена

This commit is contained in:
2025-02-04 18:40:47 +03:00
parent 727122166a
commit 1888db3522
15 changed files with 192 additions and 133 deletions
+9
View File
@@ -0,0 +1,9 @@
using mROA.Implementation;
namespace mROA.Example;
public class TestParameter
{
public int A { get; set; }
public TransmittedSharedObject<ITestParameter> LinkedObject { get; set; }
}