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 {