12 lines
251 B
C#
12 lines
251 B
C#
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);
|
|
// }
|
|
} |