Теперь без шела работает
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using mROA.Implementation;
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
namespace Example.Shared
|
||||
{
|
||||
[SharedObjectInterface]
|
||||
public interface ILoadTest
|
||||
public interface ILoadTest : IShared
|
||||
{
|
||||
int Next(int last);
|
||||
int Last(int next);
|
||||
|
||||
Reference in New Issue
Block a user