private void Update() { //TODO: Change this to Actually get the input or some sort InputValues input = new InputValues(1f, 0.5f); }
public void MoveCharacterWithParam(InputValues inputValues) { Debug.Log("Calling from method Move Character with input values \n " + inputValues); }