阶段性完成

This commit is contained in:
SoulliesOfficial
2025-12-08 05:27:53 -05:00
parent ef7b479712
commit f7af60351b
8770 changed files with 15637030 additions and 208354 deletions

View File

@@ -35,7 +35,7 @@ namespace Cielonos.MainGame.Characters
public void RegisterPreinputAction(Action action, int priority)
{
Debug.Log($"Registering preinput action with priority {priority}, current priority is {currentPreinputPriority}, isReceivingPreinput: {isReceivingPreinput}");
//Debug.Log($"Registering preinput action with priority {priority}, current priority is {currentPreinputPriority}, isReceivingPreinput: {isReceivingPreinput}");
if (isReceivingPreinput && priority > currentPreinputPriority)
{
Debug.Log($"Preinput action registered.");