Split classes to files

This commit is contained in:
drewjcooper
2023-04-22 08:09:50 +10:00
parent b2de1b09e1
commit 3e4fb4fe23
15 changed files with 434 additions and 419 deletions

View File

@@ -1,7 +1,8 @@
global using System;
global using Games.Common.IO;
global using Games.Common.Randomness;
global using Salvo;
global using Salvo.Ships;
global using static Salvo.Resources.Resource;
using Salvo;
new Game(new ConsoleIO(), new RandomNumberGenerator()).Play();