UNFINISHED Implemented procedural dice generation. Way too hard
This commit is contained in:
parent
ea1ca7a0cd
commit
03f0f7859e
43 changed files with 13909 additions and 57 deletions
|
|
@ -14,6 +14,11 @@ public class NumberLock : Lock
|
|||
return false;
|
||||
}
|
||||
|
||||
public void SetNumber(int num)
|
||||
{
|
||||
number = num;
|
||||
}
|
||||
|
||||
public int GetNumber()
|
||||
{
|
||||
return number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue