mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 06:13:40 +01:00
New config system, config flags for combos, commands for combos
This commit is contained in:
parent
1bd4eed72c
commit
16a5788695
9 changed files with 572 additions and 257 deletions
|
|
@ -3,15 +3,14 @@ using Dalamud.DiscordBot;
|
|||
|
||||
namespace Dalamud {
|
||||
[Serializable]
|
||||
public sealed class DalamudStartInfo {
|
||||
public sealed class DalamudStartInfo
|
||||
{
|
||||
public string WorkingDirectory;
|
||||
public string ConfigurationPath;
|
||||
|
||||
public string PluginDirectory;
|
||||
public string DefaultPluginDirectory;
|
||||
public ClientLanguage Language;
|
||||
|
||||
public DiscordFeatureConfiguration DiscordFeatureConfig { get; set; }
|
||||
|
||||
public bool OptOutMbCollection { get; set; } = false;
|
||||
}
|
||||
|
||||
public enum ClientLanguage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue