示例#1
0
 private void GoCall(string name)
 {
     Debug.Log(name);
     Go?.Invoke();
 }