Switch players after move, can only roll dice once, and other improvements
This commit is contained in:
@ -182,4 +182,20 @@ public class ActionServiceTests
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region FindNextPlayer()
|
||||
|
||||
[Test]
|
||||
public void FindNexPlayer_OnePlayer()
|
||||
{
|
||||
Assert.Fail();
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void FindNexPlayer_TwoPlayers()
|
||||
{
|
||||
Assert.Fail();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
|
Reference in New Issue
Block a user