TranslatedSubType.cs 99 B

12345678
  1. namespace ChocolArm64
  2. {
  3. enum TranslatedSubType
  4. {
  5. SubTier0,
  6. SubTier1
  7. }
  8. }