12 lines
138 B
Plaintext
12 lines
138 B
Plaintext
|
|
using System.Collections;
|
|
using System.Collections.Generic;
|
|
|
|
namespace Ether
|
|
{
|
|
public enum EtherInputType
|
|
{
|
|
%Content%
|
|
}
|
|
}
|