11 lines
164 B
C#
11 lines
164 B
C#
using pacMan.Controllers;
|
|
|
|
namespace BackendTests.Controllers;
|
|
|
|
[TestFixture]
|
|
[TestOf(nameof(PlayerController))]
|
|
public class PlayerControllerTests
|
|
{
|
|
// TODO
|
|
}
|