Пока что удаление IDataList из демки
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using mROA.Implementation.Attributes;
|
||||
|
||||
namespace Example.Shared
|
||||
{
|
||||
// [SharedObjectInterface]
|
||||
// public interface IDataList<T>
|
||||
// {
|
||||
// T Get(int index);
|
||||
// void Add(T item);
|
||||
// void Set(int index, T item);
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user