1 using System.ComponentModel.DataAnnotations;
15 public string? Path {
get;
set; }
20 public bool? AccessDenied {
get;
set; }
25 public bool? IsDirectory {
get;
set; }
30 public string? LastReadHash {
get;
set; }
const int MaximumStringLength
Length limit for strings in fields.
Use server authentication
Sanity limits to prevent users from overloading
Represents a game configuration file. Create and delete actions uncerimonuously overwrite/delete file...