MinecraftConsoles/Minecraft.Server/ServerShutdown.h
kuwacom 590241c5ef fix: fix stop command shutdown process
add dedicated server shutdown request handling
2026-03-08 18:23:29 +09:00

7 lines
82 B
C++

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