Ajout de la configuration pour renovate
All checks were successful
Main Build Process / Build & Test (pull_request) Successful in 1m10s
check main state / build (8.0.x) (push) Successful in 58s
Main Build Process / Build & Test (push) Successful in 2m57s

This commit was merged in pull request #14.
This commit is contained in:
2024-11-02 16:58:26 +01:00
parent 0503e95d64
commit 97e5f6876b
3 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,4 @@
using System.Reflection;
using System.Text.Json;
using AutoMapper.Internal;
using LittleTown.Core.Exceptions;
using LittleTown.StaticDataAcces;
namespace LittleTown.Core.Tests;

View File

@@ -166,6 +166,7 @@ public class Match
}
return result;
}
/// <summary> Changer le joueur en cours pour passer au suivant </summary>
public void NextPlayer()
{
_currentPlayerIndex++;