Updated dependencies. Use new array initializer in C#. Added comments to alot of methods and classes
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
using pacMan.Controllers;
|
||||
|
||||
namespace BackendTests.Controllers;
|
||||
|
||||
[TestFixture]
|
||||
[TestOf(nameof(PlayerController))]
|
||||
public class PlayerControllerTests
|
||||
{
|
||||
// TODO
|
||||
|
Reference in New Issue
Block a user