11 lines
220 B
C#
11 lines
220 B
C#
using SGModule.ConfigLoader;
|
|
|
|
namespace RedHotRoast {
|
|
[ConfigKey("TurnOffRewards")]
|
|
public class TurnOffRewards {
|
|
public int Reward_Type;
|
|
public float quantity;
|
|
public int weight;
|
|
}
|
|
}
|