10 lines
144 B
C#
10 lines
144 B
C#
|
using System;
|
|||
|
|
|||
|
namespace CustomCropsDecay
|
|||
|
{
|
|||
|
public class ModConfig
|
|||
|
{
|
|||
|
public float FridgeEffect { get; set; } = 0.7f;
|
|||
|
}
|
|||
|
}
|