From e99d2eae1435cb018c2a00536659b799c7265ef0 Mon Sep 17 00:00:00 2001 From: Ben Pollard <129943363+benpollarduk@users.noreply.github.com> Date: Mon, 21 Oct 2024 19:13:57 +0100 Subject: [PATCH] Update Program.cs --- NetAF.Examples/Program.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/NetAF.Examples/Program.cs b/NetAF.Examples/Program.cs index b5b73156..8d1e227a 100644 --- a/NetAF.Examples/Program.cs +++ b/NetAF.Examples/Program.cs @@ -75,7 +75,7 @@ private static void Main(string[] args) new Zelda().Instantiate() }; - var overworld = new Overworld("Demo", "A demo of the NetAF."); + var overworld = new Overworld("Demo", "A demo of NetAF."); var hub = new Hub().Instantiate(); PopulateHub(hub, overworld, regions.ToArray()); @@ -112,7 +112,7 @@ private static void Main(string[] args) return overworld; }; - var about = "This is a short demo of the NetAF made up from test chunks of games that were build to test different features during development."; + var about = "This is a short demo of NetAF made up from test chunks of games that were build to test different features during development."; var creator = Game.Create("NetAF Demo", about, @@ -131,4 +131,4 @@ private static void Main(string[] args) } } } -} \ No newline at end of file +}