aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Server/ServerShutdown.h
blob: 302b1a55d00c83e7b0d4bf39cba01db170d0c620 (plain)
1
2
3
4
5
6
#pragma once

namespace ServerRuntime
{
	void RequestDedicatedServerShutdown();
}