2022-09-13 14:12:56 +02:00
|
|
|
namespace ExampleMod;
|
|
|
|
|
2022-09-17 12:33:20 +02:00
|
|
|
// these options are saved and loaded in ExampleMod
|
2022-11-22 19:25:15 +01:00
|
|
|
public class ExampleModOptions {
|
2022-09-13 14:12:56 +02:00
|
|
|
|
|
|
|
public float DarkShirtSpeedIncrease = 2;
|
|
|
|
|
|
|
|
}
|