2026-04-22 11:13:16 +08:00
|
|
|
using SGModule.ConfigLoader;
|
2026-04-22 09:52:55 +08:00
|
|
|
|
2026-04-27 11:20:13 +08:00
|
|
|
namespace RedHotRoast {
|
2026-04-22 11:13:16 +08:00
|
|
|
[ConfigKey("SmallrewardNum")]
|
|
|
|
|
public class SmallrewardNum {
|
2026-04-22 09:52:55 +08:00
|
|
|
public int id;
|
|
|
|
|
public float[] nor_1;
|
|
|
|
|
public float[] nor_2;
|
|
|
|
|
public float[] nor_3;
|
|
|
|
|
public float rv_1;
|
|
|
|
|
public float rv_2;
|
|
|
|
|
public float rv_3;
|
|
|
|
|
public int[] Boost_1;
|
|
|
|
|
public int[] Boost_2;
|
|
|
|
|
public int[] Boost_3;
|
|
|
|
|
public int[] weight_1;
|
|
|
|
|
public int[] weight_2;
|
|
|
|
|
public int[] weight_3;
|
|
|
|
|
}
|
2026-04-22 11:13:16 +08:00
|
|
|
}
|