Update InputBindingManager.cs

111
This commit is contained in:
陈思海 2026-03-26 19:55:39 +08:00
parent 0725686dd7
commit 619efa0d4d

View File

@ -68,7 +68,7 @@ public sealed class InputBindingManager : MonoServiceBehaviour<AppScope>
}
protected override void OnServiceInitialize()
protected override void OnInitialize()
{
if (actions == null)
{