Fixed RpsGame.cs

This commit is contained in:
Emotion 2023-08-03 21:33:40 +12:00
parent aaaafbda4c
commit 323aed0eae
No known key found for this signature in database
GPG key ID: D7D3E4C27A98C37B

View file

@ -1,3 +1,5 @@
namespace Ellie.Econ.Gambling.Rps;
public sealed class RpsGame
{
private static readonly EllieRandom _rng = new EllieRandom();