mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-10 12:14:41 -08:00
Split classes to files
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user