summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Server/App.cs')
-rw-r--r--Server/App.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/Server/App.cs b/Server/App.cs
new file mode 100644
index 0000000..8d02d69
--- /dev/null
+++ b/Server/App.cs
@@ -0,0 +1,10 @@
+sing System;
+namespace Server
+{
+ public class App
+ {
+ public App()
+ {
+ }
+ }
+}