SDV_Mods/CustomCropsDecay/ModConfig.cs

10 lines
144 B
C#
Raw Permalink Normal View History

2020-04-18 20:24:31 +08:00
using System;
namespace CustomCropsDecay
{
public class ModConfig
{
public float FridgeEffect { get; set; } = 0.7f;
}
}