diff --git a/Neoa/Encounters.cs b/Neoa/Encounters.cs index 99c462a..bca13a4 100644 --- a/Neoa/Encounters.cs +++ b/Neoa/Encounters.cs @@ -168,7 +168,7 @@ public static string GetName() } - public static void WriteLine(string text, int speed = 60) + /* public static void WriteLine(string text, int speed = 60) { foreach (char c in text) { @@ -177,8 +177,9 @@ public static void WriteLine(string text, int speed = 60) } Console.WriteLine(); } +*/ + -//Encounter Class end } -//namespace end + } \ No newline at end of file diff --git a/Neoa/Anaxes.csproj b/Neoa/Neo.csproj similarity index 100% rename from Neoa/Anaxes.csproj rename to Neoa/Neo.csproj diff --git a/Neoa/Program.cs b/Neoa/Program.cs index 1a00b16..1efba4e 100644 --- a/Neoa/Program.cs +++ b/Neoa/Program.cs @@ -56,6 +56,8 @@ static void Start() WriteLine("the prison guard "); } + + public static void WriteLine(string text, int speed = 60) { foreach (char c in text)