mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-24 07:27:59 -07:00
8 lines
67 B
C#
8 lines
67 B
C#
namespace Salvo;
|
|
|
|
internal enum Winner
|
|
{
|
|
Human,
|
|
Computer
|
|
}
|