Implementation
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using CShocker.Ranges;
|
||||
|
||||
namespace CShocker.Shockers.ShockerSettings.Abstract;
|
||||
|
||||
public abstract record AShockerSettings(string[] ShockerIds, IntensityRange Intensity, DurationRange Duration)
|
||||
{
|
||||
internal readonly string[] ShockerIds = ShockerIds;
|
||||
internal readonly IntensityRange Intensity = Intensity;
|
||||
internal readonly DurationRange Duration = Duration;
|
||||
}
|
Reference in New Issue
Block a user