MosswartMassacre/Unused/Decal.Interop.Core/IACHooksEvents_RenderPreUIEventHandler.cs
2025-06-09 02:03:11 +02:00

7 lines
171 B
C#

using System.Runtime.InteropServices;
namespace Decal.Interop.Core;
[TypeLibType(16)]
[ComVisible(false)]
public delegate void IACHooksEvents_RenderPreUIEventHandler();