mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Add dummy ImGuiScene project to make XL happy
This commit is contained in:
parent
561db8620a
commit
90b15d45c6
4 changed files with 24 additions and 0 deletions
8
imgui/ImGuiScene/Dummy.cs
Normal file
8
imgui/ImGuiScene/Dummy.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace ImGuiScene;
|
||||
|
||||
public class Dummy
|
||||
{
|
||||
// There is nothing here on purpose. This project does nothing.
|
||||
// XIVLauncher checks if it can read ImGuiScene.dll to see if a Dalamud install is valid, so we need to ship it
|
||||
// anyway for now...
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue