Change Asteroid Belt Minimum to -1

This commit is contained in:
Ben C 2022-07-13 20:22:00 -04:00 committed by GitHub
parent 5e7e4b827a
commit e4164d8934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ namespace NewHorizons.External.Modules
/// <summary>
/// Amount of asteroids to create.
/// </summary>
[Range(0, 200)] [DefaultValue(-1)] public int amount = -1;
[Range(-1, 200)] [DefaultValue(-1)] public int amount = -1;
/// <summary>
/// Angle between the rings and the equatorial plane of the planet.