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

10 lines
223 B
C#

using System.Runtime.InteropServices;
namespace Decal.Interop.Core;
[ComImport]
[Guid("93FD982E-D1CE-46C3-9428-532ACCDA06CE")]
[CoClass(typeof(ACHooksClass))]
public interface ACHooks : IACHooks, IACHooksEvents_Event
{
}