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