TinyLifeExampleMod/ExampleModOptions.cs

9 lines
157 B
C#

namespace ExampleMod;
// these options are saved and loaded in ExampleMod
public class ExampleModOptions {
public float DarkShirtSpeedIncrease = 2;
}