Run code clean and fix messages
All checks were successful
Game Ideas build for PR / build_test (pull_request) Successful in 1m26s

This commit is contained in:
2025-05-07 01:24:49 +02:00
parent b58ffe10e0
commit ad9c730642
38 changed files with 150 additions and 155 deletions

View File

@@ -2,7 +2,7 @@
public class SliderParams
{
public int Min{ get; set; }
public int Min { get; set; }
public int Max { get; set; }
public int Gap { get; set; } = 0;
}