начало кодгена
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using mROA.Implementation;
|
||||
|
||||
namespace mROA.Example;
|
||||
|
||||
[SharedObjectInterafce]
|
||||
public interface ITestParameter
|
||||
{
|
||||
public int Test();
|
||||
}
|
||||
Reference in New Issue
Block a user