Fixed RpsGame.cs
This commit is contained in:
parent
aaaafbda4c
commit
323aed0eae
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
namespace Ellie.Econ.Gambling.Rps;
|
||||
|
||||
public sealed class RpsGame
|
||||
{
|
||||
private static readonly EllieRandom _rng = new EllieRandom();
|
||||
|
|
Loading…
Reference in a new issue