save-cli
save-cli copied to clipboard
Expand validation method of SaveProperties
In addition of nullable check it also should be provided more proper check, that save.toml file exists by
FileSystem.SYSTEM.exists instead of FileSystem.SYSTEM.metadata in try-catch block
More requirements could be created for some other fields, e.g. if parallelMode is disabled, than number of threads should be greater than one, etc