using SGModule.ConfigLoader;
namespace LoveLegend {
[ConfigKey("TurnOffRewards")]
public class TurnOffRewards {
public int Reward_Type;
public float quantity;
public int weight;
}