Skip to content

Commit

Permalink
[#9]: add temporary player numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
3k-dome committed Apr 24, 2023
1 parent efe9109 commit e8c8faa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions catan-lib/Enums/PlayerNumber.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
namespace CatanLib.Enums
{
public enum PlayerNumber
{
PlayerOne,
PlayerTwo,
PlayerThree,
PlayerFour
}
}

0 comments on commit e8c8faa

Please sign in to comment.