LeviLamina
Loading...
Searching...
No Matches
IGameServerShutdown.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
struct
IGameServerShutdown
{
6
public
:
7
// virtual functions
8
// NOLINTBEGIN
9
// vIndex: 0
10
virtual
~IGameServerShutdown
() =
default
;
11
12
// vIndex: 1
13
virtual
void
requestLeaveGame(
bool
,
bool
) = 0;
14
15
// vIndex: 2
16
virtual
void
requestLeaveThenJoinFriendsWorld(::std::string_view) = 0;
17
// NOLINTEND
18
19
public
:
20
// virtual function thunks
21
// NOLINTBEGIN
22
23
// NOLINTEND
24
};
IGameServerShutdown
Definition
IGameServerShutdown.h:5
src
mc
client
game
IGameServerShutdown.h
Generated on Fri Jun 13 2025 05:04:17 for LeviLamina by
1.12.0