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