summaryrefslogtreecommitdiff
path: root/code/common/NeedStartup.cs
diff options
context:
space:
mode:
Diffstat (limited to 'code/common/NeedStartup.cs')
-rw-r--r--code/common/NeedStartup.cs8
1 files changed, 3 insertions, 5 deletions
diff --git a/code/common/NeedStartup.cs b/code/common/NeedStartup.cs
index df5654e..d2264c2 100644
--- a/code/common/NeedStartup.cs
+++ b/code/common/NeedStartup.cs
@@ -1,6 +1,4 @@
-namespace common
-{
- public interface NeedStartup : Command {}
-
- public interface Command { void run();}
+namespace common
+{
+ public interface NeedStartup : Command {}
} \ No newline at end of file