Refactored locks for rooms to be more versatile by giving them their own type.
This commit is contained in:
parent
7bec7c539d
commit
d79d6216f0
13 changed files with 85 additions and 53 deletions
|
|
@ -70,7 +70,7 @@ public class DicePair
|
|||
return _pair.Item1.GetResult() + _pair.Item2.GetResult();
|
||||
}
|
||||
|
||||
public bool DoResultsMatch()
|
||||
public bool CheckIfResultsMatch()
|
||||
{
|
||||
if (_pair.Item1.GetResult() == _pair.Item2.GetResult())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue