TinyLifeExampleMod/ModOptions.cs
2022-09-17 12:33:20 +02:00

9 lines
150 B
C#

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