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