8 lines
167 B
C#
8 lines
167 B
C#
using MoonCore.Helpers;
|
|
|
|
namespace Moonlight.Core.Events;
|
|
|
|
public class CoreEvents
|
|
{
|
|
public static SmartEventHandler OnMoonlightRestart { get; set; } = new();
|
|
} |