1
0
Fork 1
mirror of https://github.com/TeamOctolings/Octobot.git synced 2025-04-29 10:39:53 +03:00

Add xmldocs.

Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
This commit is contained in:
Octol1ttle 2023-06-11 14:12:17 +05:00
parent 1cd309e498
commit e883e143eb
Signed by: Octol1ttle
GPG key ID: B77C34313AEE1FFF
15 changed files with 271 additions and 54 deletions

4
Messages.Designer.cs generated
View file

@ -705,9 +705,9 @@ namespace Boyfriend {
}
}
internal static string SettingsStarterRole {
internal static string SettingsDefaultRole {
get {
return ResourceManager.GetString("SettingsStarterRole", resourceCulture);
return ResourceManager.GetString("SettingsDefaultRole", resourceCulture);
}
}