Beispiel #1
0
 public void HandleInputData(int value)
 {
     //Debug.Log($"value={value}");
     UpdateDifficulty(value);
     string text = difficulty.ToString();
     //Debug.Log("Text = " + text);
 }