tentative de correction de bug, a finir.

This commit is contained in:
mrtoine 2025-10-10 17:57:49 +02:00
parent b1051f30b2
commit 9f2e4c1063
10 changed files with 26 additions and 15242 deletions

View file

@ -60,12 +60,7 @@ namespace Cheat.Runtime
void Start()
{
Warning("‼️☣️ CHEATCODE ENABLED");
Info($"<color=green>Liste des commandes disponibles</color>");
foreach (var c in _commands)
{
Info($"<color=yellow>{c}</color>");
}
//
}
void Update()