12 lines
114 B
C#
12 lines
114 B
C#
using System;
|
|
|
|
namespace AIMSExtension
|
|
{
|
|
public struct IndexType
|
|
{
|
|
public int index;
|
|
|
|
public int type;
|
|
}
|
|
}
|