LeviLamina
Loading...
Searching...
No Matches
PartyJoinHttpCall.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Parties {
6
8public:
9 // PartyJoinHttpCall inner types declare
10 // clang-format off
11 struct Result;
12 // clang-format on
13
14 // PartyJoinHttpCall inner types define
15 enum class Status : int {};
16
17 struct Result {};
18};
19
20} // namespace Parties
Definition PartyJoinHttpCall.h:7
Definition PartyJoinHttpCall.h:17