mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Simplify Combat (C#) folder structure
This commit is contained in:
14
28_Combat/csharp/WarResult.cs
Normal file
14
28_Combat/csharp/WarResult.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Game
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumerates the possible outcomes of the war.
|
||||
/// </summary>
|
||||
public enum WarResult
|
||||
{
|
||||
ComputerVictory,
|
||||
|
||||
PlayerVictory,
|
||||
|
||||
PeaceTreaty
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user