Pulver trash maze sequence
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using UnityEngine;
|
||||
using AppleHills.Core.Settings;
|
||||
using Core;
|
||||
using Core.Settings;
|
||||
|
||||
@@ -45,6 +44,10 @@ namespace Input
|
||||
InputManager.Instance.RegisterController("trafalgar", this, setAsDefaultConsumer: true);
|
||||
Logging.Debug($"[PlayerTouchController] Registered controller '{gameObject.name}' as default consumer");
|
||||
}
|
||||
|
||||
// Auto-activate as the default player controller
|
||||
ActivateController();
|
||||
Logging.Debug("[PlayerTouchController] Auto-activated as default player controller");
|
||||
}
|
||||
|
||||
#region IInteractingCharacter Override
|
||||
|
||||
Reference in New Issue
Block a user