mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
8 lines
258 B
C#
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...
|
|
}
|