From 31d9168080e52738829b5575c66627e43a8bdc38 Mon Sep 17 00:00:00 2001 From: Sarah Bradley Date: Mon, 25 Dec 2023 17:33:39 -0800 Subject: Small tweaks --- Main.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Main.cs') diff --git a/Main.cs b/Main.cs index 54b3511..e7dee63 100644 --- a/Main.cs +++ b/Main.cs @@ -1,5 +1,4 @@ -using System.Globalization; -using System.Numerics; +using System.Numerics; using Raylib_cs; namespace OnekoOnline; -- cgit