From a2484c7e1824ac69d9e446185fd7f3f5783f5c7f Mon Sep 17 00:00:00 2001 From: Deacon Hunter <100684231+DELUXEHUNTER@users.noreply.github.com> Date: Wed, 14 Feb 2024 13:20:52 -0500 Subject: [PATCH] Code fix??? --- Neoa/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Neoa/Program.cs b/Neoa/Program.cs index 11105ba..d497163 100644 --- a/Neoa/Program.cs +++ b/Neoa/Program.cs @@ -2,7 +2,7 @@ public class Program { - public string input; + public static string input; public static Player Player = new(); public static void Main()