9 lines
135 B
C#
9 lines
135 B
C#
using mROA.Implementation;
|
|
|
|
namespace mROA.Example;
|
|
|
|
[SharedObjectInterface]
|
|
public interface ITestParameter
|
|
{
|
|
public int Test();
|
|
} |