diff options
Diffstat (limited to 'ARMeilleure/Translation/PTC/PtcLoadingState.cs')
-rw-r--r-- | ARMeilleure/Translation/PTC/PtcLoadingState.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ARMeilleure/Translation/PTC/PtcLoadingState.cs b/ARMeilleure/Translation/PTC/PtcLoadingState.cs new file mode 100644 index 00000000..526cf91f --- /dev/null +++ b/ARMeilleure/Translation/PTC/PtcLoadingState.cs @@ -0,0 +1,9 @@ +namespace ARMeilleure.Translation.PTC +{ + public enum PtcLoadingState + { + Start, + Loading, + Loaded + } +}
\ No newline at end of file |