билдится на старом дотнете
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
namespace Example.Shared;
|
||||
|
||||
[SharedObjectInterface]
|
||||
public interface ILoadTest
|
||||
namespace Example.Shared
|
||||
{
|
||||
int Next(int last);
|
||||
int Last(int next);
|
||||
void C();
|
||||
void A();
|
||||
[SharedObjectInterface]
|
||||
public interface ILoadTest
|
||||
{
|
||||
int Next(int last);
|
||||
int Last(int next);
|
||||
void C();
|
||||
void A();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user