Improved how .bf and .br look like. Improved .slot result calculation performance (because of .slottest). Some string changes

This commit is contained in:
Kwoth
2022-07-13 06:22:39 +02:00
parent f3ed14de5b
commit 2b8daa2177
11 changed files with 151 additions and 102 deletions

View File

@@ -3,5 +3,5 @@
public readonly struct BetflipResult
{
public decimal Won { get; init; }
public int Side { get; init; }
public byte Side { get; init; }
}