Юнити кодген работает

This commit is contained in:
2025-03-30 12:43:58 +03:00
parent e31510b27b
commit b675553b6e
3 changed files with 26 additions and 4 deletions
+12
View File
@@ -0,0 +1,12 @@
// <auto-generated/>
namespace RPCTest.Implementation
{
public sealed class GenerativeParametersTestClass
{
public int Increment(<!L param>)
{
return i + 1;
}
}
}