Files
GabsPuNs-Project_Zenith_Main/Minecraft.Server/ServerShutdown.h
2026-05-14 19:16:33 -04:00

7 lines
82 B
C++

#pragma once
namespace ServerRuntime
{
void RequestDedicatedServerShutdown();
}