MosswartMassacre/Unused/Decal.Adapter/ExtensionEvents.cs
2025-06-09 02:03:11 +02:00

12 lines
194 B
C#

namespace Decal.Adapter;
/// <summary>
/// Sorts of events to be fired by the PluginProxy
/// </summary>
internal enum ExtensionEvents
{
InternalWireup,
InternalUnwire,
Startup,
Shutdown
}