aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Translation/PTC/PtcState.cs
blob: f6692e870cb6384c33fc29e7bc116bfe963c5a99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
namespace ARMeilleure.Translation.PTC
{
    enum PtcState
    {
        Enabled,
        Continuing,
        Closing,
        Disabled,
    }
}