2026-04-22 11:13:16 +08:00
|
|
|
using SGModule.ConfigLoader;
|
2026-04-22 09:52:55 +08:00
|
|
|
|
2026-04-22 11:13:16 +08:00
|
|
|
namespace LoveLegend {
|
|
|
|
|
[ConfigKey("SignDailyReward")]
|
|
|
|
|
public class SignDailyReward {
|
2026-04-22 09:52:55 +08:00
|
|
|
public int id;
|
|
|
|
|
public bool is_com_reward;
|
|
|
|
|
public bool is_double;
|
|
|
|
|
public int[] item1;
|
|
|
|
|
public decimal[] quantity;
|
|
|
|
|
public int[] Boost;
|
|
|
|
|
public int[] weight;
|
|
|
|
|
}
|
2026-04-22 11:13:16 +08:00
|
|
|
}
|