Adjusted default values.
This commit is contained in:
parent
bc43aba60e
commit
ceb7fb087c
@ -12,13 +12,13 @@ public struct Settings
|
|||||||
public Range IntensityRange = new ()
|
public Range IntensityRange = new ()
|
||||||
{
|
{
|
||||||
Min = 0,
|
Min = 0,
|
||||||
Max = 100
|
Max = 50
|
||||||
};
|
};
|
||||||
|
|
||||||
public Range DurationRange = new()
|
public Range DurationRange = new()
|
||||||
{
|
{
|
||||||
Min = 1000,
|
Min = 1000,
|
||||||
Max = 2000
|
Max = 1000
|
||||||
};
|
};
|
||||||
|
|
||||||
public Dictionary<string, string> Actions = new()
|
public Dictionary<string, string> Actions = new()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user