CurrencyAlertClassic/UIDev/Framework/IPluginUIMock.cs

11 lines
159 B
C#
Raw Normal View History

using ImGuiScene;
using System;
namespace UIDev
{
interface IPluginUIMock : IDisposable
{
void Initialize(SimpleImGuiScene scene);
}
}