15 lines
No EOL
179 B
C#
15 lines
No EOL
179 B
C#
using System;
|
|
|
|
namespace ChocolArm64.Translation
|
|
{
|
|
[Flags]
|
|
enum AIoType
|
|
{
|
|
Arg,
|
|
Fields,
|
|
Flag,
|
|
Int,
|
|
Float,
|
|
Vector
|
|
}
|
|
} |