LeviLamina
Loading...
Searching...
No Matches
PlayerAuthentication.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // PlayerAuthentication inner types declare
8 // clang-format off
9 struct UserListObserver;
10 // clang-format on
11
12 // PlayerAuthentication inner types define
13 struct UserListObserver {};
14};
Definition PlayerAuthentication.h:13
Definition PlayerAuthentication.h:5