阶段性完成
This commit is contained in:
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user