refactor: clean up some warnings

This commit is contained in:
goat 2020-08-14 02:34:03 +02:00
parent 638dacbbf4
commit b7e36fb2e6
8 changed files with 147 additions and 2 deletions

View file

@ -1,5 +1,5 @@
using System;
using Dalamud.DiscordBot;
#pragma warning disable 1591
namespace Dalamud {
[Serializable]
@ -15,6 +15,9 @@ namespace Dalamud {
public string GameVersion;
}
/// <summary>
/// Enum describing the language the game loads in.
/// </summary>
public enum ClientLanguage
{
Japanese,