fix: 去掉不需要的报错

dev
胡宇飞 2024-06-27 18:37:17 +08:00
parent bcaed876f7
commit 855cc61936
1 changed files with 0 additions and 1 deletions

View File

@ -817,7 +817,6 @@ namespace Guru
public static void LogEarnVirtualCurrencyByIGC(string currencyName, string spendCurrencyName, int value = 0, int balance = 0,
string levelName = "", string scene = "", Dictionary<string, object> extra = null)
{
if (extra.Count == 0) throw new ArgumentException("Value cannot be an empty collection.", nameof(extra));
string category = Consts.CurrencyCategoryIGC;
string itemName = spendCurrencyName;
if (string.IsNullOrEmpty(scene)) scene = Consts.ParameterDefaultScene;