LeviLamina
Loading...
Searching...
No Matches
SubscriptionService.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Realms {
6
7
struct
SubscriptionService {
8
public
:
9
// SubscriptionService inner types declare
10
// clang-format off
11
struct
CachedSubscription;
12
struct
SubscriptionQuery;
13
// clang-format on
14
15
// SubscriptionService inner types define
16
enum class
SubscriptionQueryStatus :
int
{};
17
18
struct
CachedSubscription {};
19
20
struct
SubscriptionQuery {};
21
};
22
23
}
// namespace Realms
src-server
mc
client
network
realms
SubscriptionService.h
Generated on Tue Dec 30 2025 14:20:31 for LeviLamina by
1.12.0