Skip to main content

OnServerShutdown

Usage​

  • Called before the server shuts down
  • No return behavior

Examples​

void OnServerShutdown()
{
Puts($"Server shutdown initiated at {DateTime.Now}");
}