Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
DELUXEHUNTER authored Feb 6, 2024
1 parent 4db3148 commit 4bf4452
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Neoa/Encounters.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand All @@ -177,8 +177,9 @@ public static void WriteLine(string text, int speed = 60)
}
Console.WriteLine();
}
*/


//Encounter Class end
}
//namespace end

}
File renamed without changes.
2 changes: 2 additions & 0 deletions Neoa/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4bf4452

Please sign in to comment.