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:
13
17_Bullfight/csharp/Reward.cs
Normal file
13
17_Bullfight/csharp/Reward.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Game
|
||||
{
|
||||
/// <summary>
|
||||
/// Enumerates the different things the player can be awarded.
|
||||
/// </summary>
|
||||
public enum Reward
|
||||
{
|
||||
Nothing,
|
||||
OneEar,
|
||||
TwoEars,
|
||||
CarriedFromRing
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user