Fixed RpsGame.cs

This commit is contained in:
Emotion 2023-08-03 21:33:40 +12:00
parent aaaafbda4c
commit 323aed0eae
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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();