From 091a4237251ee4ad6d18e5a5874a5196804faa0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20V=C3=B6gele?= Date: Fri, 11 Apr 2014 11:58:53 +0200 Subject: [PATCH] Mehr namespace --- src/Challenge.cs | 2 +- src/EnumDecision.cs | 8 ++++---- src/Result.cs | 2 +- src/YourID.cs | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Challenge.cs b/src/Challenge.cs index 7d0d053..43f3aea 100644 --- a/src/Challenge.cs +++ b/src/Challenge.cs @@ -1,6 +1,6 @@ using System; -namespace inf3 +namespace WorldOfPeacecraft { public class Challenge { diff --git a/src/EnumDecision.cs b/src/EnumDecision.cs index 93b299c..1d71fcd 100644 --- a/src/EnumDecision.cs +++ b/src/EnumDecision.cs @@ -2,9 +2,9 @@ namespace WorldOfPeacecraft { - public enum Decision - { - DRAGON, STAGHUNT, SKIRMISH - } + public enum Decision + { + DRAGON, STAGHUNT, SKIRMISH + } } diff --git a/src/Result.cs b/src/Result.cs index ec965d6..874ca07 100644 --- a/src/Result.cs +++ b/src/Result.cs @@ -1,6 +1,6 @@ using System; -namespace inf3 +namespace WorldOfPeacecraft { public class Result { diff --git a/src/YourID.cs b/src/YourID.cs index 9fa3208..0d34a4a 100644 --- a/src/YourID.cs +++ b/src/YourID.cs @@ -1,6 +1,6 @@ using System; -namespace inf3 +namespace WorldOfPeacecraft { public class YourID {