From a828216190e91c551e3f261a8843b801fa92f08b Mon Sep 17 00:00:00 2001 From: Deacon Hunter <100684231+DELUXEHUNTER@users.noreply.github.com> Date: Tue, 6 Feb 2024 10:25:57 -0500 Subject: [PATCH] commit --- Neoa/Encounters.cs | 8 +++++++- Neoa/Program.cs | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Neoa/Encounters.cs b/Neoa/Encounters.cs index 9128331..99c462a 100644 --- a/Neoa/Encounters.cs +++ b/Neoa/Encounters.cs @@ -1,5 +1,11 @@ using System; -namespace{ +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; + +namespace Neoa +{ class Encounters { static Random rand = new Random(); diff --git a/Neoa/Program.cs b/Neoa/Program.cs index 6f5c465..7b2e714 100644 --- a/Neoa/Program.cs +++ b/Neoa/Program.cs @@ -30,7 +30,7 @@ static void Main(string[] args) { if(!Directory.Exists("saves")) { - Directory.CreateDirectory("saves") + Directory.CreateDirectory("saves"); } Console.ForegroundColor = ConsoleColor.Red; Start();