mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 12:23:39 +01:00
refactor: clean up some warnings
This commit is contained in:
parent
638dacbbf4
commit
b7e36fb2e6
8 changed files with 147 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue