aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/FrontEndMode.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-05 00:26:43 +0800
committercrupest <crupest@outlook.com>2021-01-05 00:26:43 +0800
commit97e094c97dc9ed79cf7daa0a93568e1933015bdd (patch)
tree6eb662c6969c8f20c63af5220d8254f5fb754226 /BackEnd/Timeline/FrontEndMode.cs
parent79b597f5163619f8620e60c02e3ff33894ac29d4 (diff)
downloadtimeline-97e094c97dc9ed79cf7daa0a93568e1933015bdd.tar.gz
timeline-97e094c97dc9ed79cf7daa0a93568e1933015bdd.tar.bz2
timeline-97e094c97dc9ed79cf7daa0a93568e1933015bdd.zip
refactor: Refactor front end mode configuration.
Diffstat (limited to 'BackEnd/Timeline/FrontEndMode.cs')
-rw-r--r--BackEnd/Timeline/FrontEndMode.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/BackEnd/Timeline/FrontEndMode.cs b/BackEnd/Timeline/FrontEndMode.cs
new file mode 100644
index 00000000..63503292
--- /dev/null
+++ b/BackEnd/Timeline/FrontEndMode.cs
@@ -0,0 +1,10 @@
+namespace Timeline
+{
+ enum FrontEndMode
+ {
+ Disable,
+ Mock,
+ Proxy,
+ Normal
+ }
+}