示例#1
0
 public void CallServerGetRewardImg(string path, System.Action <Sprite> action)
 {
     networkController.CallServerGetRewardImagePor(path, action);
 }