namespace ArkData { public static class DataFileDetails { public static string PlayerFilePrefix { get; set; } = string.Empty; public static string PlayerFileSuffix { get; set; } = string.Empty; public static string PlayerFileExtension { get; set; } = ".arkprofile"; public static string TribeFilePrefix { get; set; } = string.Empty; public static string TribeFileSuffix { get; set; } = string.Empty; public static string TribeFileExtension { get; set; } = ".arktribe"; } }