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

7 lines
204 B
C#

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