按键绑定和重置以及加载功能
This commit is contained in:
@@ -64,12 +64,13 @@ namespace NBF
|
||||
{
|
||||
InputCursorExtension.InputInit();
|
||||
DontDestroyOnLoad(gameObject);
|
||||
PlayerInputControl = new PlayerInputControl();
|
||||
PlayerInputControl.Enable();
|
||||
}
|
||||
|
||||
private void Start()
|
||||
{
|
||||
PlayerInputControl = new PlayerInputControl();
|
||||
PlayerInputControl.Enable();
|
||||
|
||||
AddEvent();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user