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 700d3a6 commit fa2ff35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Neoa/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ namespace Neoa
public class Program
{
public static Player CNAME = new Player();

Check failure on line 28 in Neoa/Program.cs

View workflow job for this annotation

GitHub Actions / build

Inconsistent accessibility: field type 'Player' is less accessible than field 'Program.CNAME'

Check failure on line 28 in Neoa/Program.cs

View workflow job for this annotation

GitHub Actions / build

Inconsistent accessibility: field type 'Player' is less accessible than field 'Program.CNAME'
static void Main(string[] args);

static void Main(string[] args)
{
Console.ForegroundColor = ConsoleColor.Red;
Start();

}
static void Start()
{
WriteLine("NEOA");
Expand Down

0 comments on commit fa2ff35

Please sign in to comment.