mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Simplify Bullfight (C#) folder structure
This commit is contained in:
12
17_Bullfight/csharp/RiskLevel.cs
Normal file
12
17_Bullfight/csharp/RiskLevel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace Game
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumerates the different levels of risk for manoeuvres in the game.
|
||||
/// </summary>
|
||||
public enum RiskLevel
|
||||
{
|
||||
Low,
|
||||
Medium,
|
||||
High
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user