This commit is contained in:
Crsky
2023-08-25 09:03:13 +08:00
119 changed files with 11077 additions and 617 deletions

View File

@@ -801,5 +801,17 @@ namespace GameRes.Formats.Properties {
this["SJDatTitle"] = value;
}
}
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("932")]
public int AFAEncodingCP {
get {
return ((int)(this["AFAEncodingCP"]));
}
set {
this["AFAEncodingCP"] = value;
}
}
}
}