mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-29 20:06:25 +02:00
8 lines
No EOL
100 B
C#
8 lines
No EOL
100 B
C#
namespace ChocolArm64
|
|
{
|
|
enum ATranslatedSubType
|
|
{
|
|
SubTier0,
|
|
SubTier1
|
|
}
|
|
} |