PtcState.cs 142 B

12345678910
  1. namespace ARMeilleure.Translation.PTC
  2. {
  3. enum PtcState
  4. {
  5. Enabled,
  6. Continuing,
  7. Closing,
  8. Disabled
  9. }
  10. }