public void Register(InputBase input) { InputContainer.Register(input); input.ActionsGraph = this; input.OnRegister(); }