LeviLamina
Loading...
Searching...
No Matches
NetworkIdentifierWithSubId.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/network/NetworkIdentifier.h"
5
6// auto generated inclusion list
7#include "mc/common/SubClientId.h"
8#include "mc/network/NetworkIdentifier.h"
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 ::SubClientId subClientId;
16 // NOLINTEND
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCAPI bool operator<(::NetworkIdentifierWithSubId const& other) const;
22
23 MCAPI bool operator==(::NetworkIdentifierWithSubId const& other) const;
24 // NOLINTEND
25};
Definition NetworkIdentifier.h:10
Definition NetworkIdentifierWithSubId.h:10