FFXIVClientStructs icon indicating copy to clipboard operation
FFXIVClientStructs copied to clipboard

Moving structs where they belong

Open Haselnussbomber opened this issue 1 year ago • 2 comments

  • ChangeEventInterface into ConfigBase
  • UserFileEvent into UserFileManager (new)

Haselnussbomber avatar Aug 23 '24 18:08 Haselnussbomber

clicked the wrong button in vscode ;_; also rebased below

Haselnussbomber avatar Sep 13 '24 14:09 Haselnussbomber

Breaking Changes

Type exists in left but not in right

FFXIVClientStructs.FFXIV.Common: 1

Configuration: 1

  • ChangeEventInterface

FFXIVClientStructs.FFXIV.Client.UI.Misc: 1

UserFileManager: 2

  • UserFileEvent
  • UserFileType

Member exists in left but not in right

FFXIVClientStructs.FFXIV.Client.UI: 2

RaptureAtkModule: 1

  • FFXIVClientStructs.FFXIV.Component.GUI.AtkExternalInterface AtkExternalInterface

UIModule: 2

  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface ChangeEventInterface
  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface* NextInterface

FFXIVClientStructs.FFXIV.Common.Configuration: 3

ConfigBase: 1

  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface* Listener

DevConfig: 1

  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface* Listener

SystemConfig: 1

  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface* Listener

FFXIVClientStructs.FFXIV.Client.System.Configuration: 2

DevConfig: 1

  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface* Listener

SystemConfig: 1

  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface* Listener

FFXIVClientStructs.FFXIV.Client.System.Framework: 1

EnvironmentManager: 2

  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface ChangeEventInterface
  • FFXIVClientStructs.FFXIV.Common.Configuration.ChangeEventInterface* NextInterface

github-actions[bot] avatar Nov 01 '24 20:11 github-actions[bot]