Dalamud/imgui/ImGuiScene/Dummy.cs

8 lines
258 B
C#

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...
}