1using System.ComponentModel.DataAnnotations;
14 public string?
Path {
get;
set; }
Sanity limits to prevent users from overloading.
const int MaximumStringLength
Length limit for strings in fields.
Represents a game configuration file. Create and delete actions uncerimonuously overwrite/delete file...
string? LastReadHash
The MD5 hash of the file when last read by the user. If this doesn't match during update actions,...
string? Path
The path to the IConfigurationFile file.