работоспособность восстановлена, все проблемы которые подсвечиваются решены

This commit is contained in:
2025-02-07 17:11:58 +03:00
parent 4a95cd84c1
commit 82af5df488
6 changed files with 47 additions and 7 deletions
+10
View File
@@ -0,0 +1,10 @@
using mROA.Implementation;
using mROA.Implementation.Attributes;
namespace Example.Shared;
[SharedObjectInterface]
public interface ILoadTest
{
int Next(int last);
}