Updated dependencies. Use new array initializer in C#. Added comments to alot of methods and classes
This commit is contained in:
@ -2,6 +2,8 @@ using pacMan.GameStuff.Items;
|
||||
|
||||
namespace BackendTests.Game.Items;
|
||||
|
||||
[TestFixture]
|
||||
[TestOf(nameof(Dice))]
|
||||
public class DiceTests
|
||||
{
|
||||
[Test]
|
||||
|
Reference in New Issue
Block a user